Skip to content

Instantly share code, notes, and snippets.

View janithperera's full-sized avatar

Janith Perera janithperera

View GitHub Profile
#include <stdio.h>
int main( void )
{
//int numbers[ 5 ] = { 97, 68, 55, 73, 84 } ;
int a[10]={11,10,12,14,13,15,17,16,18,20};
int i=0;
//for(i=0;i<10;i=i+1){
// printf("Enter a value between 10 and 20 : ");
// scanf ("%d", &a[i]);
//}