: Write a program that will calculate the problem and stop after the condition has been met.
a=number of loops (start with zero but will increase by 1 after each completed loop)
b=a+1
c=a+b
Condition: If c is less than 5, then the loop will continue; else, it will end.
3. Print a string variable that states the number of loops required to meet the condition for Problem 1.

WhatsApp us