void function (BASIC)When you need to find product of two number .you use int function instead of void
check [code]#include <iostream> using namespace std; int add(int a,int x){ cout<<a+x; return a+x; } int p...
Need helpWhat is the problem with this program , when I enter 3 for trigonometric it show 1 for sin .....and...
Command window displaying all choices at oncechar name; char lastName; It accept only single character. char name[20]; char lastName[20]; if you ...
repeating programHow can I repeat program. The problem is that when program gives the result, as soon as we hit a ke...
This user does not accept Private Messages