Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Write a program to display the following output using a single cout statement . Program=20 , documentation=23 , logic=21, flow c
c++
-1 Vote
3 Answers
11th Jun 2018, 10:59 AM
Meenakshi Dabas
I am new to python and dont know the advanced features or stuff. Please explain the following code step by step. how it works.
...
2 Votes
3 Answers
22nd Jan 2021, 3:31 AM
Akash Adhikary
What is the problem with the following code? The compiler "Codeblocks" finds problem in the first line.....
java
0 Votes
1 Answer
4th May 2018, 1:34 PM
Rajesh Mitra
Write a simple Python program that displays the following powers of 2, one per line: 2¹ , 2², 2³ , 2^4, 2^5 , 2^6 , 2^7 , 2^
python
0 Votes
6 Answers
6th Feb 2017, 9:42 PM
Atitebi Jacob
ABC & Company has recruited the following employees. Each employee details (name,department,salary) are in a String with comma s
ecmascript
es6
es7
javascript
0 Votes
2 Answers
26th Jul 2021, 6:34 AM
Mohammed Yaseen
I got one test case failed in the following No Numerals code in description? Does anyone help me out to find
c
0 Votes
1 Answer
1st Apr 2020, 8:35 AM
C King 👑
Could you please explain to me all type conversions of the following program section (e.g. "In partial output x+y implicitly con
data-types
double
float
int
java
long
type-conversion
1 Vote
2 Answers
29th Apr 2020, 10:05 AM
Mohammad Ala Tahhan
How can I print 1000 value of pi using the following code? Can I use range() function to this below method?
math
modules
pi
python
1 Vote
3 Answers
13th Dec 2017, 6:59 PM
Bits!
How is the memory allocation for array of char when i run the following code.. char a[2]; but i input a as computer
c++
2 Votes
4 Answers
28th Jul 2017, 12:31 PM
Jose Thomas
how does post and pre increment, decrements work on negative numbers? And what will be the result of the following program, why?
c
0 Votes
2 Answers
9th Oct 2019, 1:54 PM
King Vasishta
What is result of following expression(a to e) if (i) check=3,mate=0.0 (ii) check=0,mate=-5 (a) check or mate (b)mate or check
python
0 Votes
2 Answers
15th Feb 2020, 2:26 PM
Ragashree veda M
A student wrote the following code to change the text style of a paragraph. But the text color remains black in IE browser. Why?
css
question
task
0 Votes
3 Answers
23rd Jan 2023, 2:57 PM
O.•.I.•.S.•.H.•.A
Can anyone explain why the following code is not working? i am trying to make a calculator
calculator
cpython
python
python3
0 Votes
2 Answers
10th Dec 2016, 1:19 PM
Dennis Wisse
Write a program to create a class name menu and execute the following function according to user choice.menu- add ,subs,mul &div
c++
in
0 Votes
3 Answers
10th Sep 2018, 3:26 PM
Pratik Kumar Singh
What is the data type of the following object L ? L = 2 , 72 , 'python' , 9, 8.0
python
1 Vote
2 Answers
14th Oct 2020, 7:23 AM
A. Rakesh
The following code examine three variables -- x, y, and z -- and prints the largest odd number among them. If none of them is o
python3
0 Votes
5 Answers
29th Sep 2020, 10:40 PM
Ali Rezaei
Can someone help/suggest how to return this array in following json structure. I have just started working with php array & json
arrays
json
loops
php
0 Votes
4 Answers
24th Apr 2018, 3:41 AM
Vivek
Does it have any sense to learn more than one of the following languages? I'm referring to c++, Java, python, ruby and c#.
c#
c++
java
python
ruby
scripting-languages
3 Votes
3 Answers
20th Jan 2017, 8:09 AM
Andrea Barba
Can some one tell me how following code execute ' which lines is executing ist and how can some one show me that mathematically
php
0 Votes
6 Answers
11th Dec 2017, 2:36 AM
hassan
What is the name of jane’s attribute (not method) that is referred to in the following code? import turtle jane = turtle.Turtl
python3
3 Votes
1 Answer
14th May 2020, 7:37 PM
sandeep agrawal
Write a program to accept the age of n employees and count the number of persons in the following age groups: a) 26 to 35
c++
-2 Votes
5 Answers
17th Sep 2017, 11:39 AM
bhavesh singh
One of the following 10 statements generates an error. Which one? (Your answer should be a number between 1 and 10.)
basics
python
0 Votes
3 Answers
12th Feb 2018, 9:35 AM
darshan ks
I want to use input data which get from <input type="text" name="n" > but following php code does not work. Please help me.
css
css3
html
html5
mysql
php
3 Votes
2 Answers
21st Feb 2018, 2:26 AM
Satish Kumar Sharma
1. The following code has error(s).Rewrite the correct code underlining all the corrections made.What will be the output after
1 Vote
2 Answers
16th Feb 2018, 3:56 PM
Jai Di
1) A new animal has come in, with the following details: name - "Slim", type - "Giraffe", country_id - 1 Add him to the Animals
sql
-3 Votes
4 Answers
14th Sep 2022, 4:42 AM
Mohit Namdev
I don't get how the following code produces 3 even when a single increment has been set. That's not the case with other values.
functions
javascript
parameters
2 Votes
2 Answers
10th Nov 2021, 9:39 PM
Mohammed Qaif Gaffar
what should be the code for the following output? * ** *** **** ***** ****** uptil n
c++
for
loop
-1 Vote
2 Answers
25th Sep 2016, 5:39 AM
bittu
Let's check your css knowledge complete the following code to define the text color of the paragraph
css
-1 Vote
1 Answer
29th Sep 2022, 12:45 PM
Payal
Can you help me solve this question?Write a PHP script to sort the following associative array: array("Sophia"=>"31","Jacob"=>"
php
-2 Votes
1 Answer
11th Mar 2022, 9:14 PM
she she
What is the difference between following two typedef statements? 1. typedef struct {int x; int y;} Point;
c++
struct
typedef
0 Votes
1 Answer
28th Feb 2017, 4:59 PM
Utsuk Smile
What is legal declaration of array in the following and explain why?and also explain why not others?
java
0 Votes
1 Answer
25th Dec 2017, 7:30 AM
Saikrishna Reddy
What is the best way to prompt for a decimal value with input containing string (please see the following code)
input
python
strings
0 Votes
3 Answers
6th Dec 2016, 6:26 PM
Don Quartey
How many times is the body of the following loop executed? What are the values of x and y after the loop termination?
c++
code
problem
question
0 Votes
3 Answers
24th Jun 2021, 2:46 AM
Rao Muzaffar
What possible outputs are expected to be displayed on the screen at the time of execution of theprogram from the following code?
cpython
python
python3
pythonprogram
0 Votes
1 Answer
27th Nov 2020, 5:30 AM
Model Pilot
Can you please detect the error in my following pattern code in c language as i want to print a number diamond
https://code.sololearn.com/ctfocs18ztfa/?ref=app
1 Vote
1 Answer
28th Feb 2020, 7:15 AM
Yashaswi Srivastava
b) Consider the following java code which contains two classes Subject and Topic. Perform program analysis and identify what typ
xcode
1 Vote
1 Answer
25th Nov 2020, 5:50 PM
Tariq ali
Following two queries in the description, do they have same result? I meant As key word does it make sense?
functions
sql
0 Votes
3 Answers
3rd Sep 2017, 11:11 AM
Gayan Samarakoon
How can i give space character as input in following attached code??? HOW CAN I CHECK c is space using isspace(c) function????
c++
character
functions
space
0 Votes
2 Answers
18th May 2021, 9:01 AM
saurabh
In following code is list array,this code is wrong ,any one can be tell me my mistake in this code
sololearn
0 Votes
1 Answer
14th Mar 2021, 7:40 PM
Mathpati Manmath
Why " j " is not incremented in the following c code? Any reference for auto keyword in c ?
auto_variables_in_c
c
storage_classes_in_c
0 Votes
1 Answer
16th May 2021, 2:32 PM
Aradhyula Veera teja
Can anyone tell me how the following code operates , I don't know why "return fib(n-1) + fib(n-2) " is given
python3
0 Votes
1 Answer
4th Jul 2020, 5:42 AM
Pavan Vijay.J
The output of the following code is: x = 3; if (!x) if (x=4) cout << "AAA". else cout << "BBB
c++
-1 Vote
2 Answers
21st Sep 2021, 11:42 AM
Wafaa Elayan
Can you use any different coding language inside java?
followers
following
java
public
sololearn
web
1 Vote
1 Answer
15th Jul 2019, 9:14 AM
Patrick Songa
Which of the following are types of data structures? Select all that apply ? (1)Stack (2)Tree (3)Serialize (4)Array
#sololearn
0 Votes
1 Answer
27th Jul 2018, 11:43 AM
shadrach esharive
If originally x = 4, what is the value of x after the evaluation of the following expression?
c
cprogramming
0 Votes
1 Answer
18th Apr 2019, 9:43 AM
jes
Can any one explain the program to generate sequence of numbers(Line sequence & triangle sequence)the following clearly ?
controlstatements
java
usingloops
0 Votes
2 Answers
8th Feb 2017, 3:15 PM
Srinath G
Hi, I am complete beginner. Plz can anybody tell me wat does the star (or pointer !!?) before c signifies in the following code?
begginer
programming
python
python3
1 Vote
4 Answers
21st Dec 2017, 3:51 PM
Drishti Sharma
What sequence of numbers is printed by the following algorithm if the input value is 1? Can someone help me out a bit?
algorithm
functions
python
1 Vote
1 Answer
16th Jan 2022, 2:14 AM
Ensar
Write a class with name employee and basic as its data members, to find the gross pay of an employee of the following allowances
employee
-4 Votes
6 Answers
15th May 2021, 12:24 PM
Diaz Gaming
Is the output od the following program, right? Is it common to include the increment before the other statements in a loop?
c++
increment
loops
1 Vote
3 Answers
27th May 2017, 8:28 PM
Pacha
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
26
27
28
...
30
Next >
Hot today
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
Odd even threads without condition variable
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