#include int main(){int opt; while (opt != 1) { printf("\nEnter the opt :) \n"); scanf("%i", &opt); } return 0;}