19-Write a C program to find the right place for traveling.
Program: 19
Write a C program to find the right place for traveling
#include#includevoidmain(){inta;printf("Enter Money: ");scanf("%d",&a);if(a>10000){printf("You can go anywhere in the India.");}else{if(a==10000){printf("You can purchase Redmi y2");}elseprintf("You can travel inside Bijnor.");}getch();}
Lokesh Kumar: Being EASTER SCIENCE's founder, Lokesh Kumar wants to share his knowledge and ideas. His motive is "We assist you to choose the best", He believes in different thinking.
Leave a Comment