Cursos
Fazer login
Começar a aprender IA
Cursos
Fazer login
Começar a aprender IA
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
How can I declare N in c++ like this? 1<N<10^6
c++
1 Voto
8 Respostas
15th Nov 2019, 9:13 AM
.Moony.
To print first n even numbers in reverse order using while loop
python3
whileloop
2 Votos
11 Respostas
24th Jan 2022, 4:31 AM
Shaurya Agarwal
How to find sum of the series 2+ 10+ 18+.... n in Python?
python
sumofseries
2 Votos
17 Respostas
2nd Dec 2019, 3:58 PM
Ishmum Tahzeeb
Challenge: Represent a number n as product of prime numbers.
challenge
numbers
prime
7 Votos
8 Respostas
11th Aug 2017, 12:52 PM
Lahmadi Mohamed
while True: num = input('Enter age for all users separated by a comma: ') n = num.split(',') print(n) if len(n)
r
0 Voto
2 Respostas
9th Mar 2021, 5:05 PM
Ojukwu Franklin Ifeanyi
What is the meaning of printf n what does it do????
ascii
java
2 Votos
15 Respostas
24th Jun 2018, 10:47 AM
Harsh Agrawal
print maximum n minimum digit of the entered no.
java
4 Votos
5 Respostas
24th Dec 2017, 1:34 PM
Fazil
MASS N NUMBER OF OBJECT DELETION FROM A CLASS
delete_objects
mass_deletion_objects
python_object_deletion
0 Voto
3 Respostas
2nd Jul 2025, 6:12 AM
YASH SHAH
function that searches for a number in a list of number. Pass the list and number to be searched as arguments to the fun
n
1 Voto
1 Resposta
29th Mar 2020, 3:12 PM
hafizakomal shaik
What does it mean for type n parameter n?
methods
1 Voto
7 Respostas
3rd Apr 2018, 10:34 PM
Chad and Calebs Adventures
tell the factorial up to n
python
0 Voto
2 Respostas
14th Feb 2017, 4:58 PM
harshit
What is the difference between sprintf n printf
string
-1 Voto
4 Respostas
9th Jun 2020, 2:28 PM
Farjana Shaik
Hi, will you help me with the C # language issue?
c#
n
tashi
-2 Votos
47 Respostas
7th Apr 2017, 3:07 PM
LEANDRO MACIEL
file = open("/usercode/files/pull_ups.txt") n = int(input()) work = file.readlines(n) print(work) #your code goes here
files
2 Votos
14 Respostas
1st Jan 2022, 1:15 PM
Abiye Iniabere
var n = prompt("Enter radius of circle (cm)", ""); var area = n * n * Math.PI; alert("Area of circle is " + area + " cm");
javascript
0 Voto
3 Respostas
22nd Jul 2017, 8:26 AM
Đại Ngư
Sum of square of first n natural numbers
python
1 Voto
2 Respostas
13th Sep 2020, 3:13 AM
Sandip Thapa
For what value of n would g(637,n) return 4?
python3
2 Votos
2 Respostas
1st Feb 2020, 10:20 AM
Roopam Maurya
Python program to enter Positive number N and find numbers a and b such that a2 - b2 = N
linear_algebra
python
1 Voto
4 Respostas
15th Mar 2018, 5:39 PM
Manorama
Write a python function find_smallest number() which accepts a number n and returns the smallest number having n divisors
python3
solutions
want
0 Voto
4 Respostas
21st Jan 2018, 5:31 PM
Mohit
How to make N dynamic button clickable?
html
javascript
0 Voto
2 Respostas
28th Apr 2021, 3:04 AM
Satya Prakash
program to remove 10th digit from the input integer N
c
c++
java
1 Voto
5 Respostas
19th May 2019, 7:09 AM
Nikash
Print all natural numbers upto N without using semi-colon.
c++
cpp
sololearn
1 Voto
4 Respostas
16th May 2018, 5:31 PM
Kavina
def factorial(n): print("factorial has been called with n = " + str(n)) if n == 1: return 1 else: res = n * factorial(n-1) print
functions
recursion
0 Voto
1 Resposta
15th Jun 2020, 2:34 PM
Basemalzwawi Alzwawi
Take a number N as input and output the sum of all numbers from 1 to N (including N).
pyhton
0 Voto
2 Respostas
3rd Jul 2022, 9:22 PM
VISHAL CHAUDHARY
is it java Support n computing (LAN)...?
knowledge
0 Voto
1 Resposta
23rd Jan 2020, 12:50 AM
Nikhil Bhende
When n how to use \n ???
code
0 Voto
3 Respostas
14th Feb 2017, 3:33 PM
hackey
Need help to write a program that calculates the sum of the first N numbers given that N is the input. And please explain
python
1 Voto
6 Respostas
9th Aug 2022, 9:46 AM
Ndi Favour
What is the use of c++
n
-3 Votos
2 Respostas
24th Apr 2020, 11:49 AM
Hermela Nguse
Take a number N as input and output the sum of all numbers from 1 to N (including N). Sample Input 100 Sample Output 5050
sololearn
-1 Voto
8 Respostas
11th Sep 2021, 8:28 PM
elly paul
Is PHP easier than c c++ n java
data-types
php
0 Voto
5 Respostas
5th Jan 2017, 12:58 PM
AKki ShaRma
what is <stdio.h> n <conio.h> ?
sololearn
0 Voto
1 Resposta
1st Sep 2016, 1:56 PM
Ahsan Abdullah
display palindrome from 1 to n
c++
loops
0 Voto
1 Resposta
6th Sep 2016, 6:11 PM
Mayan Pahwa
Take a number N as input and output the sum of all numbers from 1 to N (including N). Sample Input 100 Sample Output 505
find#task
0 Voto
10 Respostas
14th Jul 2022, 4:53 PM
Rajesh Dilakshan
n order of a radical for folat power
all_language
python
python3
radical
0 Voto
2 Respostas
20th Mar 2021, 2:53 PM
MohammadMahdi
Print all natural numbers upto N without using semi-colon.
recursive
1 Voto
4 Respostas
21st Apr 2019, 8:20 AM
Michael Mamo
10. Write a JavaScript function which returns the n rows by n columns identity matrix.
10.
a
by
columns
function
identity
javascript
matrix.
n
returns
rows
the
which
write
-1 Voto
1 Resposta
28th Dec 2016, 8:22 PM
Nashwan Aziz
10. Write a JavaScript function which returns the n rows by n columns identity matrix.
functions
javascript
-1 Voto
2 Respostas
14th Dec 2016, 5:57 PM
Mohameddd Alanzy
A program that prints all the prime numbers from 1 to n ? Where n is taken as an input from the user .
numbers
prime
print
4 Votos
10 Respostas
24th Mar 2017, 2:21 PM
Shru
WAP in C++ to print n prime numbers using arrays
arrays
c++
number
6 Votos
5 Respostas
6th Mar 2018, 1:26 PM
ADITYA HURIA
Why this code generated the output (values of n =00301)...??
java
loops
0 Voto
8 Respostas
8th Aug 2020, 5:09 PM
Saumya Mishra
Print the value of n + nn + nnn (not multiplication)
javascript
-3 Votos
11 Respostas
20th Feb 2020, 7:03 PM
Григорий Бондарев
How to store N objects pointer without STL
c++
double_pointer
memory
pointers
0 Voto
3 Respostas
16th Jun 2020, 9:45 AM
Ketan Lalcheta
C++ program to find sum of n numbers
c++
1 Voto
3 Respostas
26th Oct 2016, 12:15 PM
Nasireen Kv
How do I Write a program to take N numbers as input and output all even numbers from 1 to N inclusive in C#
coding
3 Votos
5 Respostas
26th Jan 2021, 11:13 PM
Brent Tyson
Sum of series of n numbers in do-while loop
.
0 Voto
3 Respostas
8th Nov 2024, 5:58 AM
Akash Pattanaik
What is the use of n here ?
address
array
point
pointer
1 Voto
1 Resposta
8th Jul 2019, 7:02 PM
Krishna Kumar
Suppose that m and n are integers and m is nonzero. Recall that m is called a divisor of n if n = mt for some integer t; that is
0 Voto
3 Respostas
26th Jun 2020, 8:31 AM
Bonolo Resegofetse
Write a function isPrime() that takes integer n and determine whether n is a prime number or not
c++
functions
0 Voto
3 Respostas
9th Nov 2016, 11:18 AM
Samadov Abdullokh
I want divide an array into n equal parts
c++
2 Votos
3 Respostas
5th Jan 2021, 11:25 AM
Aman Rana
Calculate the sum of 1 to n using loops
protected
series
0 Voto
3 Respostas
27th Jan 2022, 6:15 PM
VANTARI MANI
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
3
4
5
...
17
Próximo >
Quente hoje
Python intermediate help with dictionaries
0 Votes
I'm about to make a complex calculator in python
1 Votes
Marquee
0 Votes
Any Advise?
2 Votes
why is python community is too small in sololearn?
0 Votes
How far do courses go on Sololearn?
0 Votes
C#
0 Votes
Blockchain Development
0 Votes
Popsacles Aufgabe
1 Votes
Audio adding
1 Votes