The document discusses implementing repetitions in computer programming using the C language. It covers various loop statements including while, do-while, and for. Additionally, it includes an example and concludes with a prompt for questions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views
Lect. 18
The document discusses implementing repetitions in computer programming using the C language. It covers various loop statements including while, do-while, and for. Additionally, it includes an example and concludes with a prompt for questions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11
Computer Programming with C
Dr. Kaushal Shah
Assistant Professor Computer Engineering PDEU Implementing Repetitions (Loops) • while statement • Example • do-while statement • for statement Questions???