Login / signup program, please help! :( | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Login / signup program, please help! :(

Hi guys! Good day! I'm a student in computer science and currently practicing basic c++ lesson, I need help for my project that will be pass on December 11,2018 in the morning. It is all about login and signup program. This is my code: #include <iostream> using namespace std; int a,b,choice1; int addition(int a, int b) { cout <<" Addition" << endl; cout <<" Enter 1st number: "; cin>>a; cout <<" Enter 2nd number: "; cin>>b; cout <<" The sum is " << a+b << "." << endl; } int subtraction(int a, int b) { cout <<" Subtraction" << endl; cout <<" Enter 1st number: "; cin>>a; cout <<" Enter 2nd number: "; cin>>b; cout <<" The difference is " << a-b << "." << endl; } int multiplication(int a, int b) { cout <<" Multiplication" << endl; cout <<" Enter 1st number: "; cin>>a; cout <<" Enter 2nd number: "

9th Dec 2018, 4:33 PM
Joemar Jumalon
Joemar Jumalon - avatar
2 Answers
0
yeah I noticed it and realize that in sending a message, I think there is a limit on numbers of message. that's why it is not the complete code ,
9th Dec 2018, 11:16 PM
Joemar Jumalon
Joemar Jumalon - avatar
0
https://www.sololearn.com/Codes?ordering=MyCodes&language= This is the link for my code, that entitled login/signup. please help me jamie!!! :)
9th Dec 2018, 11:29 PM
Joemar Jumalon
Joemar Jumalon - avatar