Search Header Logo

Operadores en C++

Authored by Karina García

Engineering

University

Used 4+ times

Operadores en C++
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

j = 5;

j += 1.5; 

  • j = 1.5;

  • j = 2.0;

  • j = 6.5;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 1; b = (a*3);

c = (a + b);

  • c = 4;

  • c = 6;

  • c = 3;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 3; y = x++;

y *= 2;

  • x = 4; y = 6;

  • x = 3; y = 6;

  • x = 4; y = 8;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

k = 60;

k /= 5;

  • k = 0;

  • k = 12;

  • k = -12;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

n1 = 300; n2 = 150; n3 = 0;

n1 += (n2*n3);

  • n1 = 0;

  • n1 = 300;

  • n1 = 450;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 3 - 1;

a *= 15;

  • a = 15;

  • a = 18;

  • a = 30;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

n = 50 - 3;

n = 50;

  • n = 50;

  • n = 53;

  • n = 103;

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?