- input : a dan b sebagai integer
- proses :b0 <- a
a0<-b - output :cetak a0 mewakili a dan bo mewakili b
integer a,b (input)
integer a0,b0(output)
Deskripsi :
Read (a,b)
a=b0, b=a0
print (a0,b0)
RAPTOR :
PROGRAM C++ :
Copyright © 2012 KEMPLING BLOG | Sword art Online Theme | Designed by Agus irawan
0 comments:
Post a Comment