Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
How to create a list in Java by taking integers separated by spaces?
java
python3
0 Voti
1 Risposta
8th Aug 2022, 3:49 PM
syed fahad
can anyone share some example of two methods contain integers and boolean expression
java
0 Voti
2 Risposte
7th Mar 2022, 1:43 AM
Dryll M
Question says to store 5 integers but solution says int myarray[5].(check description)
arrays
c++
1 Voto
2 Risposte
11th Nov 2016, 4:10 PM
Ashwin Manoj
Write a program to input three integers and print the largest of three
c++
0 Voti
2 Risposte
22nd Aug 2018, 12:57 PM
riya
I want to create a Arraylist which should contain Integers and Strings.. Is that possible?
beginner
java
0 Voti
4 Risposte
9th Feb 2021, 4:13 PM
Edward
Is there any way so thata variable only accept integers and not floats in python
data-types
float
python
python3
variables
2 Voti
3 Risposte
13th Sep 2021, 5:22 PM
Mocking Birds
If Python is a strongly typed language, why does it convert integers to floats during division?
python3
0 Voti
5 Risposte
24th May 2020, 6:49 PM
Ali Rezaei
Given two integers 5 and 7, write a function to sum the numbers without using any arithmetic operators.
integers
of
sum
two
3 Voti
2 Risposte
18th Aug 2018, 12:18 AM
Abdulrahman Bello
How to split a string ,containing two or more integers seperated by comma, into two or more integers.
integers
java
strings
1 Voto
5 Risposte
24th Nov 2022, 1:59 PM
Devishree
How to run a program on sum of positive and negative integers ?
reee
0 Voti
2 Risposte
15th Aug 2019, 3:33 PM
Chandra Rakesh
Print a left angle triangle of integers from 0 to 9
c#
c++
java
php
python
-2 Voti
1 Risposta
20th Aug 2017, 4:11 AM
Deepu Soni
How to give multiple integers as input to the function in the below code?
function-arguments
input
python
python3
0 Voti
3 Risposte
11th Mar 2022, 6:29 AM
Sai Krishna
Problem Statement Given two integers a and b, your task is to calculate and print the following four values:
javascript
0 Voti
11 Risposte
1st Feb 2023, 10:40 AM
Altaf Khan
Given a list of integers 1,2,3,4,5,6,... remove all values greater than 100
java
javaonly
0 Voti
1 Risposta
15th Aug 2019, 6:32 AM
NIKHIL DEVABHAKTUNI
How to spilit a string variables that contains integers and characters? For example :a5bd6
c
c++
0 Voti
2 Risposte
8th Jun 2019, 2:38 AM
Dinesh Kumar.V
[HELP] - Recursive function to form the sum of two positive integers a and b?
c++
css
html
java
javascript
python
recursion
ruby
6 Voti
1 Risposta
21st Feb 2018, 6:09 PM
Renato Silva
Write a Python function that takes as input a list of integers returns the most occuring and least occuring integers.
python
python3
0 Voti
16 Risposte
28th Aug 2019, 5:28 PM
Sourav A.S
Write a program that three non- equal -equal integers and return the smallest?
c#
variables
0 Voti
2 Risposte
18th Jun 2018, 4:52 PM
CHERUYOT SIMON
Can we find largest number from an array of integers without using if else statements?
array
ifelse
largest
0 Voti
6 Risposte
18th Mar 2018, 3:36 PM
Jyoti
Please guys, how should i go about adding integers that i a user inputs
python3
0 Voti
3 Risposte
25th Jul 2019, 3:11 PM
Kenneth Istifanus
Write a C program that calculate the sum of 3 user inputted integers
c
program
0 Voti
1 Risposta
25th Oct 2022, 11:23 PM
Rose Mae Lumanit Peniones
What is (. Tostring()) is it conversion of integers to string value?
c#
type-conversion
-1 Voto
3 Risposte
12th Aug 2016, 11:16 AM
CH.Durga Prasanna Kumar
Write a program to take two integers as input and output their sum. Sample Input: 2, 8 Sample Output: 10
calculator
0 Voti
9 Risposte
27th Dec 2020, 10:20 PM
NDUBUISI PRINCE CHIMEREMEZE
I have a list consist of different integers, and i will give a number, then I need to add the integers in that list
python3
0 Voti
18 Risposte
2nd Jun 2022, 9:57 AM
S GOUSE BASHA
write a code that converts integers 1-999 and displays them in words
c++
0 Voti
2 Risposte
6th Aug 2016, 4:55 PM
KASAIJA KENNETH
Which code may i use if I want to take many integers from user input
.
-3 Voti
5 Risposte
25th Sep 2020, 12:12 AM
Isidore
Write a program that prints the sum of the first five positive integers ,1+2+.....+5.
c++
0 Voti
4 Risposte
26th Feb 2017, 5:26 PM
Zeyad Sharo
The keyword "INT" seems to be used to define both Integers and Function names. Is this right?
c++
data-types
2 Voti
8 Risposte
18th Jul 2017, 4:42 PM
Richard Appleton
C program to calculates and prints the sum of the even integers from 2- 50
do
while
1 Voto
2 Risposte
14th Aug 2019, 8:11 AM
Deshani Malawana.
Return the amount of longest (non-decreasing) sorted sequence of integers in a list
#3
#count
#integers
#list
#python
#sequence
#sort
1 Voto
1 Risposta
31st Mar 2018, 12:59 AM
Taylor Deal
Read a three-digit integer and show all integers between 1 and each digit.?
c#
1 Voto
2 Risposte
2nd Mar 2018, 11:21 PM
Dante M
How to pick all pairs of 2 nos. out of an array of N integers input by user without nesting of loops .??
codechef
java
sololearn
tle
1 Voto
18 Risposte
21st May 2020, 6:37 AM
Akash Singhania
Given positive integers a,b and m., Compute a^b%m. Assume a<=10^9, b<=10^18, m<=10^9.
cpp
0 Voti
1 Risposta
2nd Apr 2020, 5:33 AM
Anjali Yadav
Where to enter the value of integers a and b in c programming language to get the sum
interfaces
1 Voto
8 Risposte
28th Feb 2021, 9:31 AM
ƊЄƔ ƤƦƛƬƛƤ ƧƖƝƓʆ
How to make an array of numbers having integers of specified range space seperated
arraylist
arrays
input
java
lists
output
0 Voti
4 Risposte
23rd Jan 2018, 5:08 AM
Nikhil Kohli
How to evaluate the return of (if condition) when using multiple logic operators and integers
c
numeric-operations
operators
0 Voti
2 Risposte
31st May 2020, 11:48 AM
Sob7yy
How to Add two Arrays of 5 integers and print the sum of the two using Java ?
java
1 Voto
6 Risposte
24th Sep 2020, 5:49 AM
Reynaldz Parse
Please anyone help me, Tell me how can i input 5 integers in a code?? As i do " 5,12,32,45,11 " , its showing an error message!!
1stprogram
help!
java
newcomer
2 Voti
23 Risposte
25th Aug 2020, 7:21 AM
I M J
How to make the input consist of a series of integers n, one integer per line?
c
2 Voti
2 Risposte
2nd Jul 2019, 2:14 PM
Merida
How can I extract a word and integers from a given String in Java.
extract
java
string
1 Voto
2 Risposte
14th Nov 2018, 11:50 AM
Shishir Chakraborty
How do computers different between symbols characters or integers having the same binary code
binary
computer
0 Voti
2 Risposte
18th Dec 2018, 12:41 PM
Steinium😎
Write a program that inputs 8 integers and sorts them in a decreasing order.
c++
0 Voti
2 Risposte
14th Jun 2021, 3:54 PM
Elie G. Medawar
Fix the code to output the product of two integers input. Sample input 3, 6 sample output 18
python
-5 Voti
6 Risposte
26th Oct 2020, 4:51 AM
somasekhar kalaga
Q1. Write a program that reads a specified number of integers and finds the ones that have the most occurrences.
python
0 Voti
8 Risposte
9th Mar 2021, 4:16 AM
Ajay Kumar
how can I write a simple while loop that sums the first 20 odd integers
c++
1 Voto
4 Risposte
14th Jun 2016, 5:37 PM
Abdulai Torfik
Write a program to take two integers as input and output their sum. Both cases
python
1 Voto
2 Risposte
21st Jan 2022, 4:06 PM
Edvin Caiali
input an integer n and show output all integers upto n,using functional c program
c-code
help
post
0 Voti
3 Risposte
6th Aug 2017, 4:09 PM
Noushin tabassum
is there a short method of taking only integers from the user neglecting "sting content" in C++?
c++
1 Voto
7 Risposte
26th Jan 2018, 5:58 PM
Hayyan Jarboue
Error in python
integers
parsing
python
2 Voti
3 Risposte
19th Sep 2018, 6:10 PM
Rick Shiffman
When multiplying the Integers of a list, why does this method work??
list
multiply
python3
0 Voti
1 Risposta
27th Nov 2016, 6:24 PM
Eric Carlsson
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
...
4
5
6
...
9
Successivo >
Popolare oggi
Guys I don't know anything about cooding who can help me pls
1 Votes
Decorators in python.
2 Votes
Need help
1 Votes
How to install Bcrypt here
1 Votes
Pointers in c#
1 Votes
Please click me
0 Votes
Can sololearn have multiple inpus&outputs?
3 Votes
How to Get Better at Solving Programming Problems
0 Votes
Hello !
0 Votes
Help
1 Votes