Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

#include <iostream>

using namespace std;

main (){

int batu=3;

cout<<"massa"<<batu;

#include <iostream>

using namespace std;

main (){

cout<<" ************ ********** ************** ************* *******


"<<endl;

cout<<" ** * ** * ** ** ** "<<endl;

cout<<" ** * ** * ** ** ** "<<endl;

cout<<" ** * ** * ** ** ** "<<endl;

cout<<" ** * ** * * * * * * * ** * * * * ** * * * * ** "<<endl;

cout<<" ** * * * * ** * ** ** ** "<<endl;

cout<<" ** * ** * ** ** ** "<<endl;

cout<<" ** * ** * ** ** ** "<<endl;

cout<<" ** * ** * ** ** ** "<<endl;

cout<<" ** * ** * ** ** ******** "<<endl;

}
#include <iostream>

using namespace std;

main (){

int A=3, B=6, C=7;

cout<<"Masukan Nilai Pertama : ";

cout<<"Masukan Nilai Kedua : "<<endl;

cout<<"Masukan Nilai Ketiga : "<<A<<"Kg"<<endl;

cout<<"Masukan Nilai Keempat : "<<B<<"Kg"<<endl;

C=A+B;

cout<<"nilai C : "<<C;

You might also like