User profile: Eyad

User info
User name:Eyad
Location:Palestine
History
Joined:
Number of posts:98
Latest posts:

If statements
if (x<z) if (x<y) if (y<z) c=1; else c=2 if(x<z && x<y && x<z) c=1; else c=2;

HELP plz SIMPLE
in C++ [code]cin>>quantity; cin>>wt_bar; wt_total=quantity * wt_bar;[/code]

HELP plz SIMPLE
is this correct [code]scanf("%d", &quantity);[/code]

HELP plz SIMPLE
[code]#include<stdio.h> int main(void) { quantitiy; float wt_bar, wt_total; printf("Enter the q...

Creating a windows application
Visual Basic