Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
How can we print a image which in phone in the out put using c program in phone itself?
..
-1 Vote
1 Réponse
23rd Jan 2020, 3:22 PM
Sumanth Chennamsetty
Write a c program to get the input for the array and print the position of the given element.
c
-2 Votes
2 Réponses
27th Jan 2021, 2:54 PM
Hari priya
where did I go wrong in this code for it to give me 1instead of 2? class A: def method(self): print (1) class B(A): def method(self): print(2) B().method()
inheritance
python
1 Vote
5 Réponses
1st Aug 2016, 12:03 PM
winston j.c mhango
How to print olny 2 letters from start and 2 letters from end of a string for example from Hello world i want only Held in outpu
c++
cin
classes
cout
strings
1 Vote
2 Réponses
1st Dec 2018, 7:35 PM
Wahid Rohin
What is the benefit of "+" sign when I can add two strings without it?
cpython
print
python
python3
strings
1 Vote
3 Réponses
23rd Feb 2018, 3:50 AM
New_Bin
В чем ошибка?
code
print
python
код
ошибка
программа
0 Vote
4 Réponses
23rd Oct 2018, 6:32 PM
Angelina
How to write a c program that will print all even numbers from 2 to x, user must input the max.value using for loop?
for
loops
0 Vote
4 Réponses
9th Jan 2018, 12:03 PM
Mae Ann
For example, we have a template, we entered the date of birth and we want to print the real age in the language of php
أرجو
المساعدة
2 Votes
3 Réponses
9th Mar 2018, 8:50 AM
Mohamed Hamduk
I want to print single signs using a for loop within the same line. But the program makes a new line after executing the Loop.
java
loops
text
1 Vote
4 Réponses
28th Sep 2017, 11:55 AM
Mary
Define two functions to print the maximum and the minimum number respectively among three numbers entered by user.
program
-2 Votes
2 Réponses
15th Mar 2018, 4:53 PM
Vikram Vm
Don't you think that the user can create new tags, codes and shortcuts like for example <body> cout print develop their own pro
a
doubt
just
thank
you
1 Vote
1 Réponse
19th Sep 2020, 5:53 PM
Karan Mahesha
Fill in the blanks to print "you rock" is variable "a"is greater than 15,and variable "b" is less than or equal to 72...........
help!!!
0 Vote
1 Réponse
12th Oct 2018, 10:50 PM
Laura Alejandra
Printf float in C
c
float
print
printf
trim
1 Vote
1 Réponse
23rd Nov 2018, 12:46 PM
Empress
R language wap to print the number from 1 to 100 and check that they are divisible by 3 and divisible by 5 and divisible by both
r
-2 Votes
5 Réponses
11th Sep 2022, 7:09 AM
Abhishek
tried dividing n in group of 50s, using if and print the rest, try correcting loop cin>>n;g=n;if(g>>50) {g=n-50; }cout<<g;
c++
0 Vote
1 Réponse
18th May 2021, 11:43 AM
RAESEN
A programmer wrote a program to print odd numbers. He wanted to explain how the program works in the code, but he forgot to comm
fix
1 Vote
2 Réponses
21st Jan 2022, 4:49 PM
Noureddin
What’s the bug in this code? you are making an app to print product labels, which include the name and the price of the product
bugs
c
practice
0 Vote
1 Réponse
4th Aug 2024, 7:09 PM
Zia
Hy. I m beginer at python.I have try this code. But on the last line i try print ('') empty and it is showing nothing. Reply?
python
0 Vote
5 Réponses
29th Apr 2017, 8:04 AM
Shah Zaib
What is the difference between string and print command in python both are being used to display text as being shown in Tutorial
python3
1 Vote
2 Réponses
29th Jun 2018, 6:21 PM
Khushi Bhatt
Write a program in java whereas no is even or odd and print only third even no.from 1 to 20 counting of number
main
void
-5 Votes
4 Réponses
10th Jul 2019, 7:50 PM
DOLAT RATHORE
White a JAVA program to print out a triangle and calculate the area of the triangle based on the number of asterisks used
comments
java
0 Vote
3 Réponses
9th Aug 2017, 12:07 AM
Theophane Chukwunweike Amadi
Por que si num=7 Num no es ==7 y por ende no imprime 7? (Why if num=7 it can't print 7 when I push the option num==7?
if-statements
0 Vote
3 Réponses
23rd May 2018, 10:37 AM
Daniel
In if statement 7>0 thn print function displays 3 within same statement 7==7 y not thr is no display of 4
if-statements
python
1 Vote
2 Réponses
6th Mar 2018, 12:07 AM
Bh G
why the code second-first print 8,9,7 and not 7,8,9? first = {1, 2, 3, 4, 5, 6} second = {4, 5, 6, 7, 8, 9} print(second - first)
python
sets
1 Vote
5 Réponses
10th Aug 2016, 10:36 PM
Ido Tal
I'm learning JavaScript from codcadmey and on there course if i have to print something on the console I've to write console.log
javascript
0 Vote
2 Réponses
11th Sep 2018, 6:03 AM
Bishnu Chourasiya
Why im not geting an index error when i run this code.. list = ['a', 'b', 'c', 'd', 'e'] print (list[10:]) ?
python
0 Vote
3 Réponses
25th Nov 2016, 6:45 AM
Mazin
Why do I have to insert "print" to calculate sth?
calculator
ide
print
python3
0 Vote
1 Réponse
10th Nov 2018, 11:48 PM
jordiba90
how to write print("finished") below 2 lines, if i enter 2 times enter then results appears,
basics
loops
print
python
0 Vote
1 Réponse
26th Mar 2019, 2:34 PM
Aayush Namdev
In terminal if x='xyz \ uv' and then put x after >>>prompt it gives 'xyz \\ uv' but if I use print(X) it gives 'xyz \ uv'
backslash
escapesequence
print
python
string
terminal
3 Votes
1 Réponse
12th Sep 2020, 4:51 AM
Hemant
c=[int(input("Enter Column No: ")) for i in range(n)] , I want this to print "Enter Column No i"
loops
python
range
0 Vote
1 Réponse
14th Sep 2021, 2:22 AM
Farzam Baig
What gets printed? d = lambda p: p * 2 t = lambda p: p * 3 x = 2 x = d(x) x = t(x) x = d(x) print x
events
everything
python
sets
2 Votes
3 Réponses
31st Oct 2016, 3:59 PM
victorious victor
Write a program that inputs an integer in range 0-999 and then print if the integer enters is 1 1/2/4 digit number ?
python
0 Vote
2 Réponses
9th Feb 2021, 2:06 PM
Monika Kumawat
I want to print a graph of an ellipse in c++. How can I do it(or any continuous graph) here in sololearn ?
cpp
graphs
2 Votes
2 Réponses
2nd Dec 2017, 10:39 AM
Ishan
How do i print "it is prime" on the screen whenever a primw number is given? It works well if i enter a composite number
c++
1 Vote
2 Réponses
4th Jun 2018, 10:24 AM
Vikram
Why i get undefined output in the node.js terminal?
javascript
node.js
objects
output
print
1 Vote
1 Réponse
9th Mar 2020, 2:23 AM
SHAIK MOHAMMAD ARSHAD
How to print the crosss letters in output for eg.. MONEY M Y in first line, O E in second line, N in third, vice versa
c#
1 Vote
4 Réponses
8th Oct 2017, 12:56 PM
Mohamed Azharudeen
How can I add a programme in a html body?
else-statements
if-statements
int
main
print
scan
1 Vote
3 Réponses
3rd Jun 2019, 5:04 PM
Monirul Islam
does list change numerate? why the results are different?
enumerate
list
print
python
python3
zip
0 Vote
5 Réponses
24th Nov 2017, 9:45 PM
Learner Victor Ren
Write a function that takes coordinates of three points namely x1,y1,x2,y2,x3,y3 and to print whether the formed triangle is a).Equilateral b).scalen c.)Right angle Triangle.
c++
2 Votes
2 Réponses
1st Oct 2016, 4:00 AM
SAMBHAV KUMAR THAKUR
how can i print the second "FOR" or first "FOR" from the following wholeString using some loop not the substring method.
java
sololearn
1 Vote
2 Réponses
15th Nov 2017, 12:53 PM
mouri
Create an integer list with the user given inputs. Write a program to print the count of particular element in the list.
python3
1 Vote
1 Réponse
11th Aug 2020, 5:23 PM
MASTANAIAH BANDI
How to get a string in C
c
char
fgets
print
printf()
programming
string
0 Vote
4 Réponses
21st Aug 2018, 5:21 PM
Eduardo Perez Regin
what is the code? on this code file0.py:12: SyntaxWarning: "is not" with a literal. Did you mean "!="? print (120 is not y)
python
0 Vote
2 Réponses
24th Nov 2022, 12:43 PM
julyan
In this program; when i have set the capacity to 20 and tried to print that it is even printing the same as initial .why?
java
strings
1 Vote
2 Réponses
14th May 2018, 1:19 PM
himani
How we do indexing our string using backword position
indexing
print
python
python3
sololearn
string
4 Votes
2 Réponses
19th Feb 2018, 5:16 PM
Maninder $ingh
What is the wrong I am doing in below code. I am trying to print a list within range of x and which are multiples of 3 and 5
python3
0 Vote
2 Réponses
20th Aug 2020, 11:16 AM
Gubbala Saisree
Write a program in Java to input any word, arrange and print them in alphabetical order. Without array.
java
programming
0 Vote
1 Réponse
22nd Nov 2017, 4:44 AM
prakriti
Program in python to print all the dates of sundays in a paricular year in the format dd.mm.yyyy??
python3
0 Vote
1 Réponse
30th Mar 2017, 7:24 PM
Aniket Dutta
Define two functions to print the maximum and the minimum number respectively among three numbers entered by user
dk
1 Vote
0 Réponse
13th Dec 2022, 3:28 PM
Vishal Pandey
How to print result from java controller class in dialog box or pop up window JSP page ?
java
javascript
jsp
mvc
0 Vote
1 Réponse
31st Mar 2020, 10:49 AM
aritri raha
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
84
85
86
...
92
Suivant >
Aujourd'hui en vedette
Void functional void with bool function
0 Votes
Python
2 Votes
Are websites hackable?
2 Votes
TICTACTOE
1 Votes
Learn python
2 Votes
Error
0 Votes
BIG DOUBT🤔🤔🤔🤔
2 Votes
Need help (French)
1 Votes
Help for study
0 Votes
Spying on me
1 Votes