User profile: batsugunx

User info
User name:batsugunx
Email:batsugunx@yahoo.com
Name:Eljean
Location:Philippines
Bio:im taking up bscs in USLS Bacolod.
History
Joined:
Number of posts:3
Latest posts:

need tips on how to make calculator work
it should be like this cout << "1= add, 2= sub, 3= multiply, 4= divide"; u miss d double qoute....

cin.get()
#include<iostream> using namespace std; int main() { int first_num,second_num,result; cout<<"...

cin/cout
datatype char stores only 1 character,thats why only A was displayed.change char to string.just foll...