Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
What is the output of this code? int result = 0; for (int i = 0; i < 5; i++) { if (i == 3) { result += 10; } else {
java
1 Głos
3 odpowiedzi
28th Dec 2017, 11:00 AM
Akshara k
int a = 11; int b = 12; int c = 40; if (a > 100 || b > 3) { System.out.println(a); } else { System.out.println(c); }
java
loops
operators
0 głosów
1 Odpowiedź
23rd Feb 2017, 12:26 PM
Mohammad Ramadany
What is the output of this code? int result = 0; for (int i = 0; i < 5; i++) { if (i == 3) { result += 10; } else { result += i;
c#
1 Głos
4 odpowiedzi
27th Nov 2017, 3:26 AM
Madhuri Bhamare
What is the output of this code? int result = 0; for (int i = 0; i < 5; i++) { if (i == 3) { result += 10; } else {
java
1 Głos
3 odpowiedzi
5th Mar 2017, 9:51 PM
ABDERRAZAQ NADIR
which members of A are accessible from B?and why? class A{ int a; protected: float b; public: char c; }; class B:private A{}; 1) a 2) b 3) c 4) none
c++
0 głosów
3 odpowiedzi
25th Aug 2016, 3:28 AM
Lekhraj Singh
Write a python program to print the sum of all odd numbers from 1 to 100.
"b"
"c")
("a"
(1
=
2
3)
tuple1
tuple2
tuple3
-5 głosów
7 odpowiedzi
12th Oct 2020, 2:39 PM
wherearetheavocados
What will be printed to the screen after the following statements? let b = 20 var a = 5 a = b let c = b * (a > 10 ? 2 : 3) print
swift
0 głosów
2 odpowiedzi
30th Jun 2020, 8:56 AM
D’ Koder
What is the output of this code? int result = 0; for (int i = 0; i < 5; i++) { if (i == 3) { result += 10; } else {
java
-5 głosów
6 odpowiedzi
18th Jun 2017, 11:06 AM
Walter Mugo
What is the output of the following code? int a = 11; int b = 12; int c = 40; if (a > 100 || b > 3) { System.out.println(a
java
operators
-1 Głos
2 odpowiedzi
5th Oct 2016, 8:32 PM
Khloud Mohamed
Why is the output 17 ? (this is the array modul quiz(SoloLearn)) int result = 0; for (int i = 0; i < 5; i++){ if (i == 3) { result += 10; }else{ result += i; } } System.out.println (result);
java
0 głosów
5 odpowiedzi
22nd Jul 2016, 9:41 AM
Peter Müller
What will be printed to the screen after the following statements? let b = 20 var a = 5 a = b let c = b * (a > 10 ? 2 : 3) print
swift
-2 głosów
1 Odpowiedź
30th Jun 2020, 8:55 AM
D’ Koder
Write a python program to print the sum of all odd numbers from 1 to 100.
"b"
"c")
("a"
(1
=
2
3)
tuple1
tuple2
tuple3
-3 głosów
3 odpowiedzi
12th Oct 2020, 2:39 PM
wherearetheavocados
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
2
Dalej >
Popularne dzisiaj
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes