Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
Is there an easy way to access the array elements after the parsing of String to Integer which would be different to my code?
0 голосов
7 ответов
15th Sep 2017, 9:19 PM
Sibusiso Mbambo
Integer Double Character String Fetch these inputs and display the same in output with ‘space’ in between. In java
java
0 голосов
2 ответов
18th Jul 2019, 1:15 PM
Shaik Aneef
How to reverse the integer when we are getting an input in c++?eg:123 is input, we need to change it as.... 321.
c++
0 голосов
3 ответов
9th Dec 2020, 5:16 PM
RAVIKIRAN.D
Im stuck here can anyone help 😭😭 function is a perfect square, which a given integer n, returns 1 if n is a perfect square.
c++
2 голосов
2 ответов
30th Nov 2018, 3:32 AM
Notorious.mimi
Make a C program that allow user to list integers and then the program will tell what was the largest integer and times it occur
sololearn
0 голосов
7 ответов
9th Sep 2018, 7:26 AM
Sky
I don't why the answer is not print in float value. the output only prints an integer value. Pls reply what is error.
c++
1 голос
3 ответов
14th Jan 2021, 4:27 PM
Jawahirullah
If we divide any integer number by zero it raises arithmetic exception. If we divide any double,float number it result the same?
arithmetic
operations
0 голосов
2 ответов
26th Apr 2019, 4:17 PM
PRAVEEN R
write a program that read an integer from user and print all of its divisors in java
java
0 голосов
1 ответ
27th Oct 2018, 12:50 PM
Zain Ali
How can I divide a range by integer that is each number of a range by integer?
ranges
ruby
0 голосов
2 ответов
11th Sep 2017, 5:21 PM
Abeer Mahmood
Design a function that prints on screen the integer equivalent of the parameter if it is any of the following: “one”, “two”,
c
functions
0 голосов
1 ответ
25th Nov 2020, 6:04 AM
James Carlo Boyatac
when i am dividing any no. by other, than they are not showing float instead they are showing lowest integer in result.
data-types
python
0 голосов
5 ответов
22nd Aug 2016, 5:08 PM
Rahul
WAP to read any integer number from the user and display addition of all the digits of that number eg. 124 =1+2+4=7
c++
0 голосов
5 ответов
26th Sep 2017, 3:39 AM
ishita gupta
Isn't this a end loop due to int limit overflow
integer
loop
overflow
0 голосов
2 ответов
7th Jan 2018, 10:13 AM
Erkan Bayram
Why does this “gets” not work? If I place an integer in place of “gets” the program works fine. Curious!
gets
0 голосов
2 ответов
26th Apr 2018, 7:21 PM
Charles W Hsu
Write a program that reads an integer consisting of three numbers and then prints the number of the digits, the number of tens,
help
please
1 голос
5 ответов
30th Mar 2017, 8:01 PM
muhanad
write a program to read an integer array with five elements and print the prime and not prime numbers of it? Thanks first for answers 😊
c++
2 голосов
7 ответов
2nd Dec 2016, 10:48 AM
Faroug AS Hashad
Please how else can I convert an integer to hexadecimal in python. I tried hex(2356) but I got an error message.
python3
0 голосов
4 ответов
21st Feb 2018, 10:58 AM
Adisa Olaitan
Does it exist a function in C++ in order to make a list from an integer ?
c++
list
1 голос
1 ответ
21st Feb 2018, 7:57 PM
Thibo 97
Write a program to calculate the nearest integer number of the square root value of a number.
c
challenges
java
python
1 голос
1 ответ
23rd Sep 2017, 4:52 AM
Dzoyem Barry
What happens when I pass an integer to a float variable ? Can someone explain me the output of this code ?
c
data-types
float
input
int
output
variables
0 голосов
2 ответов
25th Aug 2021, 6:28 AM
Sk. Ahmed Razha Khan
In python write a function mathtable() which receives an integer and displays the multiplication table for the number up to 12.
yy
0 голосов
2 ответов
18th May 2020, 11:19 PM
bongani march
I only have 7 lines of code but the time limit exceeds, one integer value, 3 prints, and a while command, whats wrong. Descript
coding
exceeded
limit
print
problems
python3
time
while
0 голосов
6 ответов
26th Feb 2017, 12:08 AM
Trey Sarver
Rearrange the code to declare two integer variables: a and b, print to the screen the division equation a/b. If b is equal to 0,
c++
exceptions
3 голосов
2 ответов
9th Mar 2017, 6:12 AM
Sunita Sharma
Does Boxing occur when assigning an integer (e.g. 1, 2 or 3) to a 'var' type variable?
boxing
c#
compiler
unboxing
var
0 голосов
1 ответ
6th Dec 2016, 12:45 PM
Green Square Dermatology
Take an input as integer and print it in words without using switch and if else ladder
bitwise
c++
1 голос
1 ответ
9th Nov 2017, 6:51 PM
Rahul Jain
Algorithm for converting sqrt(irrational numbers) to integer fraction with a given precision of floating point places (numbers)
math
0 голосов
1 ответ
20th Aug 2017, 12:00 PM
masterjack
Why its 20 not 20.0.......since in the last problem the answer was in float...how to declare whether its an integer or float
python
0 голосов
3 ответов
8th Oct 2018, 4:02 PM
Jervis.J Vasanth
the user input tutorial is uncomplete. help me
input
integer
java
1 голос
1 ответ
13th Nov 2016, 12:26 PM
Player
How can I use JOPTION PANE to have a user input an integer and then have it printed on the screen?
joptionpane
0 голосов
3 ответов
20th Feb 2017, 12:51 AM
Terrence Donerson
Can someone help(some sort of concept) me to develop a code(in Java) that can sort some inputs of integer in ascending order.
java
1 голос
3 ответов
5th Sep 2019, 2:55 PM
ANURAG .
Write a java program, that accepts an integer number and check if the number is a prime number or not.
java
0 голосов
3 ответов
27th Jul 2017, 1:25 PM
Oseni Luthfulahi Olaitan
(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 голосов
3 ответов
15th Nov 2019, 3:27 PM
Mokshag
All the even elements of the integer array K (n) are placed in the array L (n), and the odd ones in the array M (n). Calculate t
arrays
c++
1 голос
9 ответов
2nd Nov 2017, 2:04 PM
Красавчик Том
Hi everyone ,, I think everyone get frustrated to use integer array as we need to ask for the no of input from the user unlike
c
c++
int
6 голосов
3 ответов
4th Feb 2018, 1:06 PM
Arun
Declare three (3) integer variables Firstnum, SecondNum and SumOfTwo Prompt the user to enter the first number (Firstnum) Prompt
helpme
pascal
0 голосов
1 ответ
18th Oct 2022, 2:36 PM
Guitche, Remuel M.
Why the output is 7.8 though "a" and "b" is integer ... I think a=5 b=7 and the function return m =7
c++
output
1 голос
3 ответов
19th Apr 2017, 1:55 PM
Nour Alnaser
Find the square root of any positive integer without using built in functions like sqrt (), pow () etc... Using c++.
finding
root.
square
2 голосов
2 ответов
28th Aug 2017, 7:51 AM
Quassarian Viper
Write a Java program that reads an positive integer and count the number of digits the number (less than ten billion)??
java
0 голосов
1 ответ
30th Sep 2019, 1:30 PM
Hawaa Basheer Ali Elamin
Why do I write "String" instead of "int" after "public static void" even if I just add some integer in a code?
java
0 голосов
4 ответов
11th Mar 2017, 8:53 PM
Ricc Weltenbummler
[ ASSIGNMENT: ] Next smaller number with the same digits
assignment
bigger
digits
function
integer
next
number
positive
same
smaller
33 голосов
10 ответов
28th May 2018, 9:31 PM
Danijel Ivanović
Is java 100% object oriented?
class
double
example
integer
wrapper
4 голосов
3 ответов
27th Dec 2017, 6:36 AM
MAHESH BANDHIYA
How to convert decimal to binary and vice versa in C?
binary
c
decimal
integer
0 голосов
3 ответов
9th Feb 2018, 11:43 AM
Aditya
Write a program that asks the user to enter a list of positive or negative integers using the integer 0 as the sentinel.
c++
help
problem
question
0 голосов
3 ответов
1st Jul 2021, 4:21 AM
Rao Muzaffar
Can anyone tell how to round off floats
code
float
help
integer
math
python
1 голос
5 ответов
29th Aug 2023, 7:09 AM
P A Arrchith Iyer
In c# ... What is the difference between console.readline and console.read ?
c#
int
integer
read
readline
0 голосов
3 ответов
25th Aug 2019, 9:43 PM
BlaCK DoT
Input: The first line will consists of one integer T denoting the number of test cases. For each test case: 1) The first line co
java
0 голосов
3 ответов
5th Sep 2020, 7:06 AM
Hrishabh Gupta
Write a program using DIV(J, K) which reads a positive integer N> 10 and determines whether or not N is a prime number. (Hint: N
ads
c
cprogram
datastructures
dsa
schaum
sololearn
solutions
2 голосов
2 ответов
30th Jan 2022, 6:36 PM
deepak patel
Given an integer n , your task is to print the lowercase English word corresponding to the number if it is <=5 else print "Great
an
given
integer
is
n
print
task
the
to
your
0 голосов
3 ответов
3rd Apr 2022, 5:08 AM
And Me
Why python does not have a limit in the size of an integer where as C,C++ etc have a limit size for int?????
int
python
sizeof
1 голос
2 ответов
18th May 2019, 11:26 AM
Ritika Joshi
Write a C++ program that accepts an integer number and prints the following: 1) Sum of even factors of the number
c++
0 голосов
1 ответ
23rd Oct 2020, 1:36 AM
Deema Thnabi
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
17
18
19
...
22
Следующий >
Актуальное сегодня
Guys help please
1 Votes
Python question
2 Votes
Python
1 Votes
Front-end vs Full-stack
1 Votes
Are websites hackable?
1 Votes
C# and sql
1 Votes
Void functional void with bool function
0 Votes
What course to take for AI?
0 Votes
TICTACTOE
0 Votes
Error
0 Votes