UTS GANJIL 2015/2016


 

#include<iostream>
using namespace std;
int main()
{
    float i,x,y;
    cout<<"SOAL UTS PTI GASAL 2015"<<endl;
    cout<<"======================="<<endl;
    x=0;
    y=0;
    for(i=7;i<=12;i++){
    cout<<i-6<<". "<<2*i+1<<" ";
    if(i<=10)
    {
        x=x+i;
    }
    else
    {
        y=y+i;
       
    }
    }
    cout<<endl<<endl;
    cout<<"hasil akhirnya X adalah "<<x<<endl;
    cout<<"hasil akhirnya Y adalah "<<y<<endl;
    return 0;
}

Output :






Subscribe for latest Apps and Games


0 komentar:

Post a Comment