User: cengineer222

  • Public profile

User profile: cengineer222

User info
User name:cengineer222
History
Joined:
Number of posts:6
Latest posts:

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 help
What is the problem with this program , when I enter 3 for trigonometric it show 1 for sin .....and...

Command window displaying all choices at once
char name; char lastName; It accept only single character. char name[20]; char lastName[20]; if you ...

repeating program
How 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