#include<stdio.h>
int main()
{
int b=906
do
{
printf(“Coding on laptop is >>>“);
b—;
}while(b<=402);
}

Posted on by