Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Hello, it's a question count the number of n.
python3
-1 Vote
26 Réponses
20th May 2022, 10:44 AM
Akash Gupta
You are given an integer N. Find the largest integer between 1 and N which divides N.
cpp
loop
max
2 Votes
7 Réponses
5th Feb 2021, 4:27 PM
Aditya
c++ : inpunt an integer N. get the average of all odd number from 1 to N.
c++
2 Votes
10 Réponses
24th Jan 2018, 7:03 PM
Angelo
Recursive function to calculate factorial of a no n.
c
c++
recursion
5 Votes
6 Réponses
29th Mar 2018, 4:38 AM
PRITAM CHAKRABORTY
Program to print sum of all element of array of size N.
python3
0 Vote
5 Réponses
12th Feb 2020, 9:18 AM
Radhey
Write a program that propmpts the user to input integer N. C++
#c++
0 Vote
6 Réponses
4th Dec 2020, 9:48 AM
Developer #1
Даны натуральные числа M и N. Найти наибольший общий делитель M и N
c#
0 Vote
8 Réponses
28th Nov 2021, 2:16 PM
Using
Round up decimal but put zero for round up less tha N.
java
1 Vote
2 Réponses
1st Feb 2019, 12:40 PM
Min Somai
write python program to print the multiplication table any number n.
python
-1 Vote
2 Réponses
8th May 2020, 3:29 AM
Waleed Al Amri
*DALIY CHALLENGE* : Given a positive int n. Generate a random int array of size n and count the inverses!
c#
c++
challenge
code
daily
dailychallenge
java
js
python
ruby
11 Votes
38 Réponses
18th Aug 2017, 10:17 AM
Julian Fechner
Write a c++ program that generates armstrong numbers upto a limit n.
armstrong
armstrongnumber
c++
c++program
-1 Vote
2 Réponses
13th Feb 2017, 8:18 AM
akashlina dewanjee
In this code why output is always 12, irrespective of value of n.
c++
vector
0 Vote
3 Réponses
27th Feb 2018, 3:04 PM
SANGMESH PATIL
Write three different C++ statement to substract 1 from the integer variable n.
1integer
n.
variable
0 Vote
2 Réponses
19th Apr 2017, 2:53 PM
lzjoe
Enter the number N from 1 to 9. Display all two-digit numbers that are multiples of N.
c#
0 Vote
2 Réponses
30th Oct 2020, 11:44 AM
alinaeva
Using while statement ask the user to input a character, accept only character Y or N.
c++
0 Vote
3 Réponses
20th Feb 2022, 1:54 PM
Justine Santos
Заданий двовимірний масив N x N. Визначити мінімальний та максимальний елементи масиву та їх суму
masiv
1 Vote
2 Réponses
26th Jun 2018, 11:26 AM
Андрей Ковальчук
Write a program to find all Armstrong number in the range of 0 and n.
challenge
1 Vote
3 Réponses
4th Sep 2017, 9:28 AM
Puneet Kumar
Дано целое положительное число N. Вычислить сумму удвоенных натуральных нечётных чисел, не превышающих это число.
n
нечётных
положительное
с++
сумму
целое
число
-1 Vote
2 Réponses
5th Feb 2018, 8:43 PM
Рома Кашпуров
The symbol s and the natural number n are given. Print a square of s characters with size n x n.
c++
0 Vote
11 Réponses
3rd Nov 2020, 5:13 PM
Ruslan
How many times does a digit appears in all the numbers that are smaller than an n.
c++
2 Votes
3 Réponses
26th Nov 2017, 10:18 AM
Stefan Secrieru
How can i write a porgram to find all Pythagorean triples (a^2+b^2=c^2) recursively? And c has to be less than a given int N.
algorithm
c
c++
pythagore
recursively
0 Vote
14 Réponses
12th Mar 2020, 10:07 AM
Hakan Nihat
How do you this in code? Exercise 2: I will give you a number n. S = 1+2+3+...+n . Then print S
coding
help
python3
3 Votes
6 Réponses
1st Oct 2018, 6:08 AM
Kittyky.n
I need help, with fibonacci, Given n, return the first Fibonacci greater than or equal to n.
help
0 Vote
1 Réponse
22nd Apr 2019, 7:17 PM
JIMMY YOEL CABEZAS ARO
Given a natural number N. FIND the sum of all its divisors that are Prime Number. How Will this be resolved?
c++
1 Vote
7 Réponses
5th Dec 2018, 2:28 PM
Настя S
There is a lady here called Tashi N. She has being helping people here every single day but she has never help me before.
help
n
tashi
14 Votes
6 Réponses
23rd Mar 2017, 3:23 PM
Baba Yunus Abdul Yekin
1. Сформировать массив, используя только плложительные элементы двух заданных массивов длины N. 2. Умножить заданную матрицу р
basics
python
-2 Votes
1 Réponse
13th Oct 2020, 12:17 PM
dafY
Python: Write a recursive function to compute the sum of numbers from 1 to n. Provide the code that you used.
help
0 Vote
5 Réponses
19th Mar 2017, 7:50 AM
Peet Van Der Walt
Modify the previous program such that only multiples of three or five are considered in the sum, e.g.. 3,5,6,9,10,12,15 for n.
modify
sum
0 Vote
2 Réponses
2nd Dec 2021, 12:25 PM
Jana Rizalie Nipaya
Write a program using for loop that finds the sum of squares of the integers from 1 to n.
c++
0 Vote
1 Réponse
3rd Apr 2017, 2:08 PM
Tehreem
You are given an array of size N. You want to maximize the sum of elements on the odd indices of array
array
0 Vote
2 Réponses
28th Jan 2022, 6:10 AM
Pawan
Implement the yesOrNo () function, which asks for the number n. Next, we enter n numbers and store all entered numbers into an
array
go
scan
2 Votes
1 Réponse
23rd Oct 2021, 4:12 AM
Zhenis Otarbay
Write a program which will raise any number x to a positive power n. Obtain values of x and n from the users.
c++
0 Vote
3 Réponses
9th Sep 2016, 3:29 PM
Praveen
Complete the folowing function procedure to calculate the sum of the sum from 1 to N. (Sum = 1+2+__+N) , N is entered as the inp
c#
c++
2 Votes
4 Réponses
25th Sep 2017, 8:01 AM
Dries
Let's say you have a list of N+1 integers between 1 and N. You know there's at least one duplicate, but there might be more.
c++
java
python
sololearn
2 Votes
2 Réponses
14th Nov 2017, 6:59 AM
SaiKumar
Write a program which will raise any number x to a positive power n. Obtain values of x and n from user
a
and
any
c++
from
n
n.obtain
number
of
positive
power
program
raise
to
user
values
which
will
write
x
-1 Vote
2 Réponses
4th Aug 2017, 3:52 PM
Humangasaur
Consider a set of web pages,numbered from 1 to N. Each web page has links to one or more web pages.clicking on a link in a page,
one
other
page
takes
the
to
web
0 Vote
1 Réponse
4th Nov 2023, 5:07 AM
roja perisetti
Create a web page that will collect an integer value N from the user , use JavaScript or jQuery to display number from 1 to N.
html
javascript
jquery
or
-1 Vote
1 Réponse
5th Mar 2021, 12:13 PM
Abdulrahman Garba
Poser une question
Poser une question
Poser une question
Poser une question
Aujourd'hui en vedette
<--Cursor Point--/>
10 Votes
pls sololearn fix this
1 Votes
Mission Revive Sololearn
7 Votes
What is the difference between var and let in js
1 Votes
Prime Numbers
0 Votes
AI courses
0 Votes
Is this dataset or training is enough?
0 Votes
Html help please I do not remember the code for this thing
1 Votes
SINTAX ERROR WHERE?
1 Votes
How to get the keyboard input in C++
0 Votes