Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
When I run a program using the JGrasp ،The numbers come out as a question mark...whaaaay?
java
jgrasp
0 Votes
1 Answer
4th Nov 2017, 7:10 PM
SHAHAD
anyone has a 6 numbers column lottery program with choice of random fill or user input?
homework
project
sos
0 Votes
1 Answer
13th Sep 2016, 7:21 PM
Nitzan Levi
Array size 50 fixed and print random numbers with 0 to 100.Do not allow any duplicates
java
-1 Vote
1 Answer
18th Oct 2018, 9:31 AM
Ananthavalli A
A program to illustrate the use of functions to add all numbers from 1 to 100
c++
1 Vote
1 Answer
29th May 2017, 9:57 AM
chamaliakhan
I'm trying to write a program that calls numbers by contact or phone number but I dont know what a Uri is or how to get a Uri.
modules
python
qpython
3 Votes
3 Answers
6th Jul 2019, 1:48 AM
Dylan Campbell
Does anyone have a link to a recent challenge post about converting column numbers to Excel format?
challenge
excel
0 Votes
1 Answer
24th Feb 2020, 4:46 AM
Yeldan Dulan
Challange
big
digit
number
numbers
power
3 Votes
2 Answers
24th Oct 2017, 7:45 PM
Rakowiecki Ryszard
Display all the numbers between 0 and 200 satisfying all the below conditions. Conditions: i) Sum of the digits should be 9
java
-2 Votes
2 Answers
1st Oct 2022, 8:07 PM
Dhoni Smash
#1. Program a code in cpp by which you can find whether a no.(input) can divided into 2even numbers or not
algo
cpp
maths
1 Vote
3 Answers
17th Oct 2017, 3:38 AM
aka
(C++) wap to input 9 numbers into a 3 x 3 integer matrix and check that it is a symmetric matrix or not.
c++
matrix
symmetricmatrix
0 Votes
3 Answers
15th Nov 2019, 3:27 PM
Mokshag
Code is for accepting numbers from user and creating a matrix using list then adding two matrices.i am not getting the output
python
0 Votes
3 Answers
7th Nov 2018, 3:45 PM
Mara
How to create a function that prints all even numbers smaller than the input. The function shld tKe one datatype of integer.
c
0 Votes
3 Answers
11th Jan 2019, 10:08 AM
sule yazid
Hi guys.... What am I missing on my code.i want to return 1 if all the numbers are divisible by two and return 0 if not all
divide
1 Vote
7 Answers
27th Feb 2017, 4:30 PM
Ricardo Chitagu
Whenever I go to subtract using more than 2 numbers it only does the first 2 and doesn’t use the final number. How do I fix it?
math
python
0 Votes
4 Answers
15th Dec 2020, 3:37 PM
Gilgames h
How can I display numbers in web view not console or can I use them inside html tables? Iam a beginner to react
website
0 Votes
2 Answers
5th Feb 2023, 12:22 PM
Girish Sahu
Why wont this work for all cases? This code is supposted to take a str and replace the numbers with their written form.
python3
1 Vote
2 Answers
21st Jul 2022, 7:18 PM
rainhead
Python code (numbers in a pattern){solved}
code
loops
numbers
patterns
python
sololearn
1 Vote
4 Answers
2nd Oct 2020, 1:47 PM
Sreenandan K M
In java, what would be the most efficient algorithm to obtain the prime numbers that compose a Natural number?
algorithm
java
primenumbers
0 Votes
1 Answer
10th Mar 2020, 11:19 AM
Alvaro Sanchez
JS: Not sure what to title this, but it i think the description will make sense...
array
for
help
html
javascript
loop
numbers
output
string
we
4 Votes
12 Answers
15th Apr 2020, 3:46 AM
Ginfio
when we make ( 1+rand()%6 ) ,why it always get 6 6 6 5 5 ?? why this numbers ?
c++
rand
0 Votes
3 Answers
16th Sep 2016, 5:25 AM
sarakhaled
Printing number patterns in c
c
digits
loops
nested
numbers
patterns
0 Votes
3 Answers
19th Nov 2019, 7:21 PM
mel1705
program to find out the greatest number among four numbers and also it should show whether there are two or three equal numbers,
algorithm
answer
c++
discusion
equalnumbers
greatest
numbers
program
question
sololearn
1 Vote
2 Answers
25th Mar 2017, 6:36 PM
Rami Abdalla
I was trying to solve the deficient number lesson, but I don't understand why on SoloLearn my code doesn't work for big numbers
c
0 Votes
3 Answers
17th Aug 2019, 10:05 AM
Lea
Could anybody help me how to find an average of numbers in a data structure of student record with fields name, surname,age etc
data
structs
0 Votes
3 Answers
22nd Apr 2020, 1:06 PM
Amy
Arrays question please help me
arrays
c++
homework
numbers
0 Votes
1 Answer
10th Jun 2018, 3:33 PM
Bilal
Write a program to perform arithmetic operation ( + , - , * , /) on Float numbers in c language
c
0 Votes
2 Answers
20th Jul 2021, 9:24 AM
Sonali
I switched from web development to python. Is their a way to view python as apps and animation instead of just numbers and alpha
python3
web
0 Votes
4 Answers
4th Nov 2019, 2:26 PM
Michael Okolie
Given a String containing numbers and uppercase characters (A-Z) , write Java methods that decompresses the String
java
methods
1 Vote
1 Answer
5th Apr 2017, 3:35 PM
Ahmed Sameh
on declaring : range (10) is it giving random numbers in range of 10 or in order
python
0 Votes
2 Answers
27th Oct 2016, 4:12 PM
Arya Somanadh
how can I make program to find the bigger of the three numbers without using conditional operators
c#
0 Votes
2 Answers
27th Oct 2016, 1:20 PM
Shivanshu Srivastava
Finding the AMOUNT of numbers within an array and a given range using recursion. (C++, arrays, recursion)
arrays
c++
recursion
0 Votes
1 Answer
30th Jan 2022, 1:52 PM
Erik Pettersson
How to concat string and numbers in Python (eg.In c++ >> cout>>"There are" + 3 + "Apples")
python
strings
0 Votes
2 Answers
13th Oct 2017, 3:05 PM
Stephen
Can you make a program which finds the sum of two numbers without using '+' sign ?
c++
0 Votes
2 Answers
31st Jan 2017, 3:16 PM
Vikas Rajput
How many Iteration and Recursive calls does it take to calculate the sum of numbers in a list of size n?
c++
python3
1 Vote
1 Answer
25th Mar 2018, 7:33 PM
E_E Mopho
How can I get the sum of items in an itarator. That is after removing all even numbers in a list and itarating it.Someone help👋
python
2 Votes
3 Answers
23rd Feb 2021, 4:45 AM
Emmanuel Kipngeno cheruiyot
i am trying to make a program which display the sum of numbers only if user write a positive number using only while loop
java
0 Votes
2 Answers
30th May 2021, 4:25 PM
Mahmoud Hamed
guys, I need help, who can write the code in C #: Display numbers in order in the form of a funnel
c#
exercise
help
thecode
urgently
-1 Vote
2 Answers
5th May 2022, 6:53 AM
Oliver Tviste
Can I get an array of 10 figure numbers using Javascript from 1? so that I can manipulate the array ? If yes how can I ?
shantiram
0 Votes
3 Answers
15th Jul 2020, 7:23 AM
Shantiram
A way to find very large prime numbers?
c#
c++
java
math
numbers
prime
python
3 Votes
4 Answers
10th Sep 2019, 10:32 AM
Paolo De Nictolis
Lottery simulator c++
c++
lottery
numbers
random
simulator
vector
0 Votes
4 Answers
9th Dec 2018, 1:03 AM
dominic smith
Yeah Hi. Can someone help me with the Fizzbuzz question where you have to input odd numbers to get an output ranging from 1to15
python
0 Votes
3 Answers
23rd Jun 2022, 1:50 AM
Ananthakrishnan
How to write a code for encrypting data in the form of numbers in c++ by simple if statement for example input =ab so output =12
help
me
pleas
1 Vote
4 Answers
30th Oct 2018, 1:04 PM
Fan Of Mr Beast
Rounding specific digits in C++
c++
code
coding
cpp
digits
help
math
numbers
rounding
2 Votes
6 Answers
11th Mar 2023, 8:22 AM
Dronto
Whats wrong with this code im trying to get a for loop and get all numbers from x(scanner) to 0
java
0 Votes
2 Answers
2nd Dec 2018, 2:49 PM
Asick_Wolf
is this how you learn Java script don't i need to learn what the symbols and letters and numbers mean
beginner
0 Votes
3 Answers
27th Dec 2016, 1:05 AM
Booten
If set A contains multiples of number 4 in the interval [1,10] and set B contains the even numbers in the same interval find the
python
0 Votes
4 Answers
21st Apr 2021, 9:19 PM
yara
Make a Number puzzle by using 1 to 9 numbers without repetition and the sum of three boxes will be only 15. Use 9 boxes.😉😉😎😎
generator
puzzle
2 Votes
2 Answers
23rd Jun 2018, 2:22 AM
Chandu Vadde
While learning input, why do we need quote marks to insert numbers added in a string? They weren't needed at beginning.
input
strings
0 Votes
2 Answers
16th Jul 2020, 11:34 AM
Cyn1
Php
@_!
letters
numbers
php
whitespaces
0 Votes
3 Answers
11th Jul 2018, 8:44 PM
Adarsh.n. Bidari
There was a dialogue glitch in my game on Xbox, the subtitles said numbers and letters. I can’t figure out what it means.
32
code
convert
encrypted?
games
hex
message
strings
text
unicode
1 Vote
2 Answers
17th Sep 2021, 6:42 PM
Katz321Juno
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
48
49
50
...
55
Next >
Hot today
Guys help please
1 Votes
Python question
2 Votes
Are websites hackable?
1 Votes
Python
1 Votes
Void functional void with bool function
0 Votes
TICTACTOE
0 Votes
C# and sql
1 Votes
What course to take for AI?
0 Votes
Error
0 Votes
What's an unsigned int?
0 Votes