Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
7
Posts with Downvotes
4
Downvoting Members
5
3 Commented Posts
0 Endorsements
Ranked #4K
~6K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for tina.2826

[QUOTE=tina.2826;817216]i need code for scientific calculator in vc++ by using switch case statement[/QUOTE] [code=c++]#include <cstdlib> #include <iostream> using namespace std; int main(int argc, char *argv[]) { char ch[5]; int op; system("color f3"); // if you have any more problems send me i will give you thhe answers ok cout<<"\t***********************MUZAMAL calculator**************************"<<endl;; …

Member Avatar for Shubham_12
-1
4K
Member Avatar for muzamal
Member Avatar for jefanot

[QUOTE=jefanot;1094726]Hey, I wrote this code that makes you type two things, then it checks if it is the same. Well, that was it was supposed to do, but then it kept saying: expected primary-expression before "else" expected ';' before "else" Here's the code [CODE] #include <iostream> #include <time.h> #include <windows.h> …

Member Avatar for muzamal
0
1K
Member Avatar for muzamal

hi i am muzamal.i have a assignment question .somebody can help me. please send me code of this programme.i tried hard but not succeeded.please help me early.emergently send me please .because time is short for me . thanks[COLOR="Red"][/COLOR]

Member Avatar for Lerner
-1
103
Member Avatar for ali zeeshan

[QUOTE=aana;1082349]simply 1st find the maximum number by comparing 2 numbers by 1st number. after finding order display them in loop.[/QUOTE] [CODE] #include <cstdlib> #include <iostream> #include <conio.h> using namespace std; int add(int ,int); int main(int argc, char *argv[]) { int array[3],temp,c=1; for(int i=0;i<=3;i++) {cin>>array[i];} for(int j=0;j<=3;j++) { for(int i=c;i<=3;i++) {if(array[j]>array[i]) …

Member Avatar for muzamal
0
105
Member Avatar for mymyzzz

[QUOTE=mymyzzz;1064277]i have no clue how to sort using the array. it is not 2d. FORGET YOUR CODE I M GIVING YOU A SIMPLE FOR THIS YOU SORT AN ARRAY EASILY [code=c++]#include <cstdlib> #include <iostream> #include <conio.h> using namespace std; int add(int ,int); int main(int argc, char *argv[]) { int array[3],temp,c=1; …

Member Avatar for muzamal
0
243

The End.