View Thread
 |
View Thread |
|
|
Current rating: (Total: 0 votes) |
|
|
Kumpulin Tugas SWITCH CASE
|
|
|
 Posted on 21-01-2010 00:15
|

Admin

Posts: 174
Thanked: 0 time in 0 message
Joined: 14.01.09
From registration: 603
From: depok II tengah
|
Kumpulin Tugas SWITCH CASE minggu lalu tanggal 14 Januari 2010,,ALGORITMA SIStem Informasi B,,,, okehhh
CARANYa ada dua ,,
1. file di kompres,,, berbentuk zip,, lalu kasih nama nrp loe,
2. copy paste aja listing program loe di bawah..
okeh,,,
Edited by imam on 21-01-2010 00:35
|
|
|
|
|
|
 Posted on 10-02-2010 02:47
|

Newbie

Posts: 2
Thanked: 0 time in 0 message
Joined: 10.02.10
From registration: 211
From: depok
|
RE: Kumpulin Tugas SWITCH CASE
"0910512044"
#include<stdio.h>
main()
{
int nilai;
clrscr();
printf("masukan nilai:"  ;
scanf("%d",&nilai);
switch(nilai)
{
case 1:
printf("satu"  ;
break;
case 2:
printf("dua"  ;
break;
default:
printf("tiga"  ;
break;
}
getch();
}
|
|
|
|
|
|
 Posted on 10-02-2010 03:06
|

Newbie

Posts: 2
Thanked: 0 time in 0 message
Joined: 06.02.10
From registration: 215
From: pondok cabe
|
RE: Kumpulin Tugas SWITCH CASE
#include<stdio.h>
main()
{
int nilai;
clrscr();
printf("masukan nilai:"  ;
scanf("%d",&nilai);
switch(nilai)
{
case 1:
printf("satu"  ;
break;
case 2:
printf("dua"  ;
break;
default:
printf("tiga"  ;
break;
}
getch();
}
|
|
|
|
| Here there are: 1 (members: 0, guests: 1) |
 |
Jump to Forum:
|
|
Copyleft! © by mentorupnvj
Render time: 0.61 seconds | 427,541 unique visits | Best Optimization for with 1024 x 768px | jq_blog themes Modified by i'am
|
|