Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Simple Math | Variables
Introduction to C++ | Mobile-Friendly
course content

Зміст курсу

Introduction to C++ | Mobile-Friendly

Introduction to C++ | Mobile-Friendly

1. Basics
2. Variables
3. Conditional Statements
4. Loops
5. Intro to Arrays

book
Simple Math

To perform arithmetic operations on variables and values C++ supports the following arithmetic operators:

Let’s try:

By division, any remainder was dropped since we assign the result to the int variable which doesn’t contain any decimals.

You can use all operations above to perform calculations on values, variables, or between variable and value:

question mark

The velocity of the car is 27 miles per hour. After 3 hours, how many miles will it drive? Choose the line which solves this excersice.

Select the correct answer

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 2. Розділ 5

Запитати АІ

expand

Запитати АІ

ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

course content

Зміст курсу

Introduction to C++ | Mobile-Friendly

Introduction to C++ | Mobile-Friendly

1. Basics
2. Variables
3. Conditional Statements
4. Loops
5. Intro to Arrays

book
Simple Math

To perform arithmetic operations on variables and values C++ supports the following arithmetic operators:

Let’s try:

By division, any remainder was dropped since we assign the result to the int variable which doesn’t contain any decimals.

You can use all operations above to perform calculations on values, variables, or between variable and value:

question mark

The velocity of the car is 27 miles per hour. After 3 hours, how many miles will it drive? Choose the line which solves this excersice.

Select the correct answer

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 2. Розділ 5
some-alt