Add Papers Marked0
Paper checked off!

Marked works

Viewed0

Viewed works

Shopping Cart0
Paper added to shopping cart!

Shopping Cart

Register Now

internet library
Atlants.lv library
FAQ
0,99 € Add to cart
Add to Wish List
Want cheaper?
ID number:608195
 
Evaluation:
Published: 28.12.2010.
Language: Latvian
Level: College/University
Literature: 2 units
References: Not used
Table of contents
Nr. Chapter  Page.
  Ievads    4
1.  If...else    5
2.  While    5
3.  For    6
4.  Switch    7
  Izmantotā literatūra    10
Extract

1.If...else

Šis operātors ir loģiskas darbības operātors: ja izpildas šis nosacījums, darīt noteiktās darbības, pārējos gadījumos darīt citas noteiktas darbības. Tā var latviešu valodā definēt if.. else darbību.
Lai šo operātoru izprastu labāk, apskatīsim doto programmu:

#include
using namespace std;
int main()
{
int a;
cout<<"Ievadiet pazitīvu vai negatīvu skaitli:";
cin >>a;
if (a>=0) cout<<"Skaitlis ir pozitīvs";
else
cout<<"Skaitlis ir negatīvs";
system("pause");
return 0;…

Author's comment
Load more similar papers

Atlants

Choose Authorization Method

Email & Password

Email & Password

Wrong e-mail adress or password!
Log In

Forgot your password?

Draugiem.pase
Facebook

Not registered yet?

Register and redeem free papers!

To receive free papers from Atlants.com it is necessary to register. It's quick and will only take a few seconds.

If you have already registered, simply to access the free content.

Cancel Register