19th Jul 2017, 2:51 AM
Samrat Tayade
Samrat Tayade - avatar
2 Réponses
+ 2
You spelt 'System' incorrectly. (forgot the 2nd 's'). Also, I'm starting to see this a lot, but unless you plan on using that 'i' variable later on there's really no reason to enlarge its scope. Just do: for(int c = 1; c <= 5; c++){}//etc... Instead of int c; for(c = 1; c <= 5... etc.) Far more readable.
19th Jul 2017, 2:58 AM
Rrestoring faith
Rrestoring faith - avatar
+ 1
it's work thank you very much.
19th Jul 2017, 2:55 AM
Samrat Tayade
Samrat Tayade - avatar