Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
print(int(input("Enter a number: ")) + float (input("Enter another number: "))) why this code gives float type output?
python
type-conversion
0 голосов
1 ответ
10th Jun 2018, 1:59 PM
Sathya R
what should be the code for the following output? * ** *** **** ***** ****** uptil n
c++
for
loop
-1 голос
2 ответов
25th Sep 2016, 5:39 AM
bittu
How to make a java program in which i can place different numeric values of a - z and get output?
java
0 голосов
4 ответов
26th Feb 2017, 2:06 PM
Aniket Singh
What keyword can i use to get a space between words in my java output? ,e.g \n is for next line
java
spacing
1 голос
2 ответов
12th Jun 2020, 9:21 PM
Lawrence Eniola
Can number outputs only be represented in int or floats or are there any way to represent a square root in the output?
squareroot
2 голосов
3 ответов
8th Aug 2017, 2:47 PM
HJ🐓TDM
I have this merge sort code but for int value, where do i need to change to get double/float value as output?
c
sort
1 голос
1 ответ
25th Apr 2022, 7:52 AM
Siyam
I still facing problem in js when i click to btn but it doesn't show anything which i want to show in output?
css
html
javascript
0 голосов
3 ответов
23rd Dec 2020, 1:55 PM
Prince Gautam
In head section there is only non visual elements but the content in head section is visible in output?
describe
0 голосов
1 ответ
25th Nov 2018, 12:34 PM
kiran namawar
which one is called? what is the output? why? what is the difference? (Q2 is more important for me)
binding
dynamic_binding
java
late_binding
overloading
overriding
polymorphism
runtime_binding
1 голос
1 ответ
14th Feb 2017, 11:40 AM
Mohammad Reza Moosaei
What does continue and break exactly do and why does this code get this output? Why is 30 skipped and 10 outputed?
break
continue
java
loops
1 голос
2 ответов
22nd Nov 2017, 2:04 AM
Unidentified
may anybody tell me what is the output of this function and how?? does the type of function(void) affect on the output?
c++
functions
void
0 голосов
1 ответ
22nd Dec 2021, 6:25 AM
Nariman Tajari
how can i get 50% of horizontal line from left in output? why it is placed in center of the screen even there is no attribute in <hr width="50%" />?
attributes
html
6 голосов
4 ответов
25th Jul 2016, 7:07 PM
Dhana sri sowmya avidi
What if it was >>> x*="eggs" or what if % was used?? Will you still get spameggs as the output?
operators
python3
0 голосов
1 ответ
5th Feb 2019, 5:06 PM
M. Anne
I know it may sound foolish but can anyone explain in detail why both the print functions are giving different output?
python
variables
0 голосов
2 ответов
4th Mar 2017, 3:46 AM
Nishchay
Isn't these two programs(portion of number valudation in JS) have same output? 1 is working but 2 is not, please help me out
html
javascript
0 голосов
1 ответ
2nd Apr 2022, 2:56 PM
Logician S
Look this sample Php code, what it is the output? It's allowed? I try to do the same in Java. It's too strict. Who is right?
java
php
vs
0 голосов
4 ответов
29th Apr 2017, 2:49 PM
Enrico Macchiavelli
What is the problem in the below code? Why don't I get the output? Also tell why when I view this in browser I see blank Webpage
php
programming
query
sololearn
2 голосов
3 ответов
13th May 2017, 1:33 PM
Vishnu ks
Good day everyone. Has anyone here ever worked with pulse sensor sen-11574? What did you do about the wrong values output?
arduino
pulse
pulse_sensor
sensor
threshold
-1 голос
1 ответ
24th Sep 2021, 2:19 PM
Inokarare Odey-Osha
Shouldn't that switch supposed to take the age input from a user and compare it before the output? Pls, how can this be done?
c++
switch
1 голос
2 ответов
3rd Jun 2017, 12:00 PM
DANIEL DANEE
How can i edit this program to the method that will require user to enter 20 numbers instead of ask the number of element to user. And out the maximum number as this program's output?
arrays
c++
java
javascript
variables
0 голосов
3 ответов
30th Oct 2016, 7:14 PM
frhnims
I want to add a font and a color for the text I have inside a document.write, and if it's possible can I make it bigger instead of the same regular size of a document.write output?
javascript
0 голосов
3 ответов
23rd May 2017, 10:03 PM
Isaac
can anyone explain this output? #include <iostream> using namespace std; int x(int &a,int &b) { a=3; b=4; return a+b; } int main() { int a=2; int b=7; int c=x(a,a); cout <<a<<endl<<b<<endl<<c; } output:- 4 7 8
c++
0 голосов
2 ответов
23rd Aug 2016, 11:23 AM
Lekhraj Singh
public class Program { public static void main(String[] args) { int[ ][ ] myArr = { {1, 2, 3}, {4}, {5, 6, 7} }; myArr[0][2] = 42; int x = myArr[1][1]; System.out.println(x); } } why it does not give any garbage value as output?
arrays
java
-1 голос
4 ответов
9th Nov 2016, 6:21 PM
Sandesh
1. What will be the output? 1. >>> m = [[x, x + 1 , x + 2] for x in ran a) [[1, 2, 3], [4, 5, 6], [7, 8, 9]] b) [[0, 1, 2], [1, 2, 3], [2, 3, 4]] c) [1, 2, 3, 4, 5, 6, 7, 8, 9] d) [0, 1, 2, 1, 2, 3, 2, 3, 4]
lists
python
-1 голос
7 ответов
5th Jul 2016, 6:47 AM
shekhar
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
12
13
Следующий >
Актуальное сегодня
Javascript
3 Votes
I Had Solve My Own Way But I See Others Method which I had added as Comented code I don't Understand Working Can You explain me?
2 Votes
What i do?in html intermediate level i dont like.
2 Votes
How to get mentor in solo learn.any mentor who response my activity🥹
1 Votes
web application with java, spring boot
1 Votes
Fitting
0 Votes
Why text takes time to load
1 Votes
What is late happening in late binding
1 Votes
Digital currency
1 Votes
I had an issue, I have PRO version, but not unlimited lives.
1 Votes