

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A tutorial for beginners in C++ programming language. It covers basic concepts such as outputting text, using endl and , commenting, counting words, addition, inputting numbers, and using cin and cout. The tutorial is specifically designed for first-semester students in Elliza (Teknik Informatika) *2. sample codes and their corresponding outputs to help students understand the concepts better.
Typology: Assignments
1 / 3
This page cannot be seen from the preview
Don't miss anything!
#include
cout << "Elisa is a freshman at untirta" << endl; cout << "Semester 3 and 4 is a sophomore \n"; cout << "Semester 5 and 6 is a junior";
// cout << "Elisa is a freshman at untirta"; /* cout << "Semester 7 and 8 is a senior */; cout << "Elisa"; OUTPUTNYA NANTI CUMA ELISA AJA
int elisa = 5; cout << elisa;
#int elisa = 5; int rara = 4; int sum = elisa + rara; cout << sum;
#include
#include
#include
include