DIBIUS CINTA
novel yg pling best skali,,,5star.,,,,blilah novel nie bg peminat2 novel...skali bce nk bce lg,,,romantik cerita,,,
DIBIUS CINTA
Posted by Rita Ahmat at 7:34 AM 0 comments
Posted by Rita Ahmat at 7:19 AM 0 comments
alhamdulillah akhirnya siap pown wt blog tutorial nie...
akhirnye aq da xde beban tok wat blog nie,,,kalo xpsl ms soh wt blog nie mybe smpai blew2 pown aq xkn nk wt blog ag,,,tq 4 MS AYUNI,,,sbb byk mgjar wt bnda nie,,hehhehe
pas nie blog nie da xkn ku wt tutorial ag,,,wargghhh merdeka g 2,,,
tinggal tunggu final ag,,,xsaba lak(buku pown xbce ag,,,,),,,hahhaha
nk abezkan sem nie dgn cpt,,da pnt la ...
ok la sume,,,kepada rakan2 yg blog update ue sila lah update k,,,sebelom ms marah cm dlu ag,,,,hehehhe...xssh pown k...
mmmmuuuuaahhh,,,
Posted by Rita Ahmat at 12:04 AM 0 comments
miss ayuni time kasih sebab da ajar sye nari pasal assigment nie...
hehehhee
sye da try wat gk mule2 error lme2 ok da,,,hehehhe
belaja dr kesilapan,,,,
TQ MISS AYUNI.....
Posted by Rita Ahmat at 4:32 AM 0 comments
assigment wat loop....
step 1
Posted by Rita Ahmat at 4:30 AM 0 comments
QUESTION 1
change the if....else statements below to switch.....case statements:
#include <iostream.h>
main()
{
int nom A,nom B,Selection,Value;
cout<<"enter 2 numbers:";
cin>>nomA >>nomB;
cout<<"1.addition";
cout<"2.subtraction";
cout<<"3.multiply";
cout<<"4.division";
cin>>selection;
{
if (selection ==1)
{value =nomA + nomB;}
else if (selection ==2)
{value =nomA - nomB;}
else if (selection ==3)
{value =nomA * nomB;}
else if (selection ==4)
{value =nomA / nomB}
else
cout<<"invalid selection";}
<<"the value is:"<<value;
}
ANSWER:
Posted by Rita Ahmat at 9:08 AM 0 comments