#include,stdio.h>  #include<conio.h>  void main() { int ch; printf("INPUT A NUMBER\n"); scanf("%d",&ch); switch(ch)  { case 6: printf("Red"); break;  case 5 : printf(" Orange"); break;  case 4 : printf(" Yellow");  break; case 3 : printf(" Green");  break; case 2 : printf(" Blue");  break; case 1 : printf(" Indigo");  break;  case 0 : printf(" Violet");  break;  default : ("wrong input "); } }     SIMPLE PROGRAMS    FIND TYPE OF THE TRIANGLE  TEMPERATURE CONVERSION  COMMISSION OF A SALESMAN  PRINT NUMBERS IN DESCENDING ORDER  BIGGEST NUMBER AMONG THREE NUMBERS  CALCULATE DIVISION  A YEAR IS LEAP OR NOT  A NUMBER IS ODD OR EVEN PRINT THE SQUARE ROOT ELSE PRINT N TO THE POWER 5  PRINT A NEW NUMBER BY ADDING 1 TO EACH DIGIT OF THE NUMBER      PRINT THE NO. OF CURRENCY NOTES ACCORDING TO THE AMOUNT ENTERED    DATA STRUCTURES     ENTER DETAILS OF A STUDENT  ENTER DETAILS OF A ST...
this is a net web blog journal diary that is formed and made by a Indian student for faculty,college kids,children and youngsters as a gift for you to hold and carry everywhere and everyplace around the globe.This journal is completely and totally free from price to use and is extremely easy to use and very easy to understand.
Comments