1//to start infinite loop set a variable that doesnt change2int flag=1;
3while(flag==1)
4{
5//enter code here6//type condition for when you want to end loop7//type code8//change value of flag9 flag=2;
10}
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content