Showing posts with label C - While Loop. Show all posts
Showing posts with label C - While Loop. Show all posts

While Loop_1.1

#include
int main (void)
{

    int digit=0;
    while(digit<=9)