Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
ZespoÅy
Zaloguj siÄ
Zarejestruj siÄ
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
we know that tan(Ï/2)= infinity. but this code in description prints it's value, 16331239480885248.000000. Why?
answer
please
this.
1 GÅos
4 odpowiedzi
30th Jul 2020, 12:45 PM
Jilani Hasan
Help(Help me write a program)I need to compile a program that prints true and false
expressions
logical
python
-1 GÅos
10 odpowiedzi
11th Oct 2017, 7:15 AM
Daniil
Though i havent assigned any value to" v. second " it prints 97. How?
c
1 GÅos
3 odpowiedzi
10th Oct 2019, 1:18 PM
JoÑÐœÏ Î±
How to make a counter that pretty much counts time and prints it in c++
c++
1 GÅos
8 odpowiedzi
27th Jun 2016, 5:14 PM
Armandas BoleviÄius
Can i create an array that prints when called without having to do the println() method?
array
java
static
void
0 gÅosów
11 odpowiedzi
26th Aug 2017, 6:48 PM
D_Stark
*DAILY CHALLENGE* : Write a code that takes as input a number n, calculates the n'th "flyn number" and prints it to the screen.
c#
cpp
java
js
python
ruby
swift
16 gÅosów
42 odpowiedzi
15th Aug 2017, 11:25 AM
Julian Fechner
Write a program using for loop that prints even numbers from 0 to 20
c++
-2 gÅosów
4 odpowiedzi
7th Mar 2017, 11:35 AM
Nouman khan
*DAILY CHALLENGE* : write a code that gets as input a positive number n > 1 and prints n rows from "3-SUM-TRIANGLE".
c#
c++
challenge
daily
html
java
js
php
python
ruby
8 gÅosów
32 odpowiedzi
15th Aug 2017, 8:11 PM
Julian Fechner
How to write a code that prints an char array reversed ?
c++
strings
1 GÅos
2 odpowiedzi
6th Jan 2017, 10:45 AM
ghasan
ðððMonday Challenge ððð. Write a program that prints out perfect numbers, within user's input and checks if user input is.
alllanguages
challenge
perfectnumbers
17 gÅosów
12 odpowiedzi
27th Nov 2017, 4:23 PM
Justine Ogaraku
Write a program that prints from 0-50 excluding 5 using dev c++
nonso
1 GÅos
2 odpowiedzi
2nd Jul 2017, 11:14 PM
Chinonso
Though i put same value in both case sqr(4),sqr(3+1) it prints different values why?
define
0 gÅosów
2 odpowiedzi
11th Oct 2019, 9:18 AM
JoÑÐœÏ Î±
By default the output prints in newline but if we want to print side by side then?
python3
3 gÅosów
6 odpowiedzi
14th Jan 2019, 5:55 PM
Purvaja Durga
Mystery (None) after printing a function, which prints a variable. Why is it there?
fun
prin
pytho
0 gÅosów
2 odpowiedzi
2nd Aug 2020, 6:18 PM
Mika HÀmÀlÀinen
I need to make an programm which prints out the given digit of a given number
cpp
1 GÅos
4 odpowiedzi
17th Oct 2019, 8:23 AM
Yippiekayo Romeo
line[0] prints the first letter of A line. But I Also Require Len of that element. Eg. B5 for BOOKS.
python3
0 gÅosów
14 odpowiedzi
16th Feb 2021, 5:31 AM
We Doru
Write a programm that prints on the screen all the even numbers up to 10?
c++
-1 GÅos
5 odpowiedzi
14th Dec 2021, 5:14 PM
Nawa jr
In my code is there a way to create a password that prints a mixture of upper and lowercase letters using the methods i wrote?
help
java
method
random
0 gÅosów
52 odpowiedzi
28th Nov 2017, 8:51 AM
jalen
When the output is the same why the compiler prints not eq? Because of data type?
c
1 GÅos
4 odpowiedzi
29th Sep 2021, 8:39 AM
Nariman Tajari
Can one write Java code that prints 1 through 100 without using any loop or conditions?
programming
-1 GÅos
8 odpowiedzi
10th Oct 2017, 7:51 PM
Thomas Yakubu Pamah
fill in blanks to define the function "myMul",which takes two paramenters and prints the product of their multiplication
functions
-3 gÅosów
5 odpowiedzi
15th Sep 2018, 3:08 PM
Erick Peter Athuman
Write a program that prints the sum of the first five positive integers ,1+2+.....+5.
c++
0 gÅosów
4 odpowiedzi
26th Feb 2017, 5:26 PM
Zeyad Sharo
C program to calculates and prints the sum of the even integers from 2- 50
do
while
1 GÅos
2 odpowiedzi
14th Aug 2019, 8:11 AM
Deshani Malawana.
Help, I need a program that prints the number of letters in a word
arrays
eclipse
java
methods
strings
0 gÅosów
1 Odpowiedź
4th May 2018, 8:30 PM
Jesus Armando Carrizoza Tamayo
What's wrong with this code? Why prints negative numbers while Fibonacci sequence doesn't include them?
c++
correction
fibonacci
help
mistake
wrong
0 gÅosów
5 odpowiedzi
3rd Dec 2016, 1:59 PM
Georgios Bariamai
[CHALLENGE] Write A Code That Calculates and Prints The Square Root Of A Number Without Using The Built-In Function or **.5!
c
challenge
py
root
sqrt
square
5 gÅosów
9 odpowiedzi
14th Apr 2018, 3:56 AM
Nathan Lewis
I want to convert decimal to binary but it prints it binary in reverse order without array.
cpp
0 gÅosów
4 odpowiedzi
16th Oct 2019, 6:58 AM
M Abdur Rafey Ahmed
What python code prints out the position of a letter in a word?
python
1 GÅos
2 odpowiedzi
5th Feb 2017, 8:02 PM
Pride Mawire
Write a program that reads a number of seconds and prints it in form: mins and seconds
python
python3.0
1 GÅos
5 odpowiedzi
27th Jun 2019, 3:10 PM
gauri chaudhari
Challenge: Write a func that prints all 'fibbonacci-primes' from 1..n. z = Fib-Prime <=> fib(x)= z & gcd(z,y)=1 for y = 1..z-1
challenge
challengeoftheday
code
community
competition
dalynewchallenges
7 gÅosów
19 odpowiedzi
25th Jul 2017, 9:22 PM
Julian Fechner
Output shows as 8x...why?? And wen i give %s prints some string why..xplain me plz
c
1 GÅos
4 odpowiedzi
28th Dec 2017, 11:39 AM
C Lover
When we input 'hello worls vxjjb ..' and output it ,it just prints 'hello'
c++
strings
0 gÅosów
2 odpowiedzi
4th Nov 2018, 1:17 PM
Shivam Gavandi
Why does this program prints "none" at its end, and how do i avoid it?
python3
0 gÅosów
2 odpowiedzi
2nd Nov 2020, 1:24 PM
KABIR â¡ð³ð¬
How to make a program that prints the first half of what you input?
beginner
python
2 gÅosów
2 odpowiedzi
2nd Feb 2017, 4:45 PM
chunngai chan
I've written a program prints individual numbers, but I want her to appear in descending in java
java
0 gÅosów
5 odpowiedzi
10th Nov 2020, 1:01 AM
STOP
I need program in java prints the names in alphabetical order do you find the program
java
2 gÅosów
4 odpowiedzi
12th Mar 2017, 3:51 PM
Samootay Almlaak
In boolean or operator it says if both arguments (statements) are correct then only it prints true.
boolean-logic
0 gÅosów
4 odpowiedzi
2nd Sep 2019, 7:01 AM
Dipanjan Basu
I need help. I don't understand why it prints 0 instead of float number. Should i maybe use double?
c++
numeric-operations
variables
0 gÅosów
7 odpowiedzi
10th Jun 2022, 10:18 AM
Jan Wantusiak
Is there any code like this that prints the letters in stars beside each other in C++?
c++
emergency
programming
0 gÅosów
5 odpowiedzi
18th Jan 2020, 3:20 PM
M.Gavili
Write a program that prints the first 100 members of the sequence 2, - 3, 4, -5, 6, -7, 8.
c#
for-loops
3 gÅosów
7 odpowiedzi
18th Apr 2018, 9:21 AM
Samuel DANISON
Write a program that asks the user for a number n and prints the sum of the numbers 1 to n
python3
0 gÅosów
3 odpowiedzi
18th Apr 2018, 4:46 PM
Scape Goat
What does the prompt >>> do? Whenever I use it, the intepreter prints an error
prompt
0 gÅosów
2 odpowiedzi
24th Mar 2019, 10:46 AM
Essien Favour
If B = int(70)+ 3 ....How it takes? Whether it adds and give 73 or it prints 703
phyton
4 gÅosów
2 odpowiedzi
13th Aug 2019, 12:09 PM
Pooja M R
It prints what's inside for else,I need to calculate some points,where is the problem.?
php
1 GÅos
1 Odpowiedź
16th Jan 2020, 12:04 AM
See movies
Please type in a code that declares two variables of type int and prints their sum to the screen.
001
2 gÅosów
2 odpowiedzi
24th Aug 2020, 8:29 PM
Najmul Ahmed
Write a python program that prints all the numbers from 1 to N except prime numbers.
1
all
except
from
n
numbers
prime
prints
python
to
0 gÅosów
5 odpowiedzi
26th Sep 2017, 3:33 PM
parag chauhan
Write a recursive function that prints the sum of all possible subsets of a given set S.
elements
input
python
python3
recursion
sets
2 gÅosów
3 odpowiedzi
31st Dec 2017, 8:00 AM
Nikhil Kohli
Why inside the loop the greatest value of i is 7 but the outside it prints 8 any explanation please??
forloop
javascript
loops
4 gÅosów
5 odpowiedzi
17th Mar 2019, 6:50 PM
Hafsa Mohamed
Is it possible to make a program which prints the fibonachi series with only two variables.
brain
c++
fibonachi
java
2 gÅosów
2 odpowiedzi
23rd Jun 2017, 7:58 AM
ART
How to do the Search engine challenge in python?It printsâword foundâ and then it prints ânoneâ in the next line.
python
1 GÅos
6 odpowiedzi
30th May 2021, 8:56 AM
Joel Sebastian Jijo
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyÅu
1
...
3
4
5
...
8
Dalej >
Popularne dzisiaj
How to get better with problem-solving and programming
2 Votes
Ejercicio Pytho
0 Votes
What's wrong with this code ? ( Beginner)
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
Please rate my code from 1 to 10
2 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes