loop means
again and again The below message are displaying.
Messages("R1 does not accept zero ,negative and character values ,Enter R1 of Delta Network")
It's going to line1 and line2 .It's not going to line no 3.If it's goes only i can enter the input again.
line1,
cout<< "R1 does not accept zero ,negative and character values";
line2,
cout << "Enter R1 of Delta Network" <<"\n";
line3,
cin >> Rone
How to stop this message and give input to cin >>Rone
Originally posted by malab
loop means
again and again The below message are displaying.
Messages("R1 does not accept zero ,negative and character values ,Enter R1 of Delta Network")
It's going to line1 and line2 .It's not going to line no 3.If it's goes only i can enter the input again.
line1,
cout<< "R1 does not accept zero ,negative and character values";
line2,
cout << "Enter R1 of Delta Network" <<"\n";
line3,
cin >> Rone
How to stop this message and give input to cin >>Rone
Thanks and regards,
Mala
Can you post your loop code snippet, the one which uses while/for or something similar to loop your messages around...(*)
Regards,
Fiona
@Edit@ I forgot to include
Last edited by hometown; October 21st, 2003 at 06:13 PM.
Bookmarks