No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
You have a mistake by asking user: [code] cout << "Enter the [COLOR="red"]number 1[/COLOR] if you wish to run the program again!!!"; [/code] Better way is to write: [code]cout << "Enter the Y or y if you wish to run the program again!!!"; [/code]
Hi! I have to write program, that reads signs and it counts, how many is capital letters, how many small letters, and how many remaining signs. It stops, when reads thrue 20 signs or when sign q or Q is entered. Before the end it writes out typed and calculated …
Hi! I have to write program, who print Triangle made with numbers from 1 to 9,like this: 1 21 321 4321 54321 654321 7654321 87654321 987654321 I wrote code: [code] #include <iostream.h> #include <stdlib.h> int main() { int first, last; cout << endl; for (first = 1 ; first <= …
The End.
dr.eu