Hi, i've been wondering if i have this programbefore u start saying how bad it is e.t.c if i want to store a couple letter what would it be? because an interger can only store numbers, what can store letters? Also were should i replace this?(i'm looking to replace "in you;" part of the code i think!)Code:#include <iostream.h> int main() { int you; cout<<"how are you?"; cin>>you; cout<<"You are:"<<you; cin.get(); cin.get(); return 0; }



LinkBack URL
About LinkBacks



