Prgrm.txt

  • Uploaded by: naeem
  • 0
  • 0
  • April 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Prgrm.txt as PDF for free.

More details

  • Words: 41
  • Pages: 1
#include<stdio.h> int main (void) { int i,j,k,l; i=1; while(i<=5) { switch(i){ case 1: printf(" *\n"); break; case 2: printf(" **\n"); break; case 3: printf(" ***\n"); break; case 4: printf(" ****\n"); break; case 5: printf("*****"); break; } i++; } return 0; }

More Documents from "naeem"

Prgrm.txt
April 2020 6
Working File.docx
December 2019 17
Booster
June 2020 22
Booster
June 2020 13
Solar Energy.docx
November 2019 21