Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Operators | Getting Started
C# Basics
course content

Зміст курсу

C# Basics

Challenge: Operators

The program below outputs 115. Add a pair of brackets () in the statement (10 + 20) * 40 / 10 - 5 changing the order of operations in such a way that it outputs 240 instead.

cs

main

  1. Make sure the subtraction is performed in the first step.
cs

main

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

Секція 1. Розділ 11
We're sorry to hear that something went wrong. What happened?
some-alt