Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
How can I declare N in c++ like this? 1<N<10^6
c++
1 Vote
8 Réponses
15th Nov 2019, 9:13 AM
.Moony.
To print first n even numbers in reverse order using while loop
python3
whileloop
2 Votes
11 Réponses
24th Jan 2022, 4:31 AM
Shaurya Agarwal
How to find sum of the series 2+ 10+ 18+.... n in Python?
python
sumofseries
2 Votes
17 Réponses
2nd Dec 2019, 3:58 PM
Ishmum Tahzeeb
Challenge: Represent a number n as product of prime numbers.
challenge
numbers
prime
7 Votes
8 Réponses
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 Vote
2 Réponses
9th Mar 2021, 5:05 PM
Ojukwu Franklin Ifeanyi
What is the meaning of printf n what does it do????
ascii
java
2 Votes
15 Réponses
24th Jun 2018, 10:47 AM
Harsh Agrawal
print maximum n minimum digit of the entered no.
java
4 Votes
5 Réponses
24th Dec 2017, 1:34 PM
Fazil
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 Vote
1 Réponse
29th Mar 2020, 3:12 PM
hafizakomal shaik
What does it mean for type n parameter n?
methods
1 Vote
7 Réponses
3rd Apr 2018, 10:34 PM
Chad and Calebs Adventures
tell the factorial up to n
python
0 Vote
2 Réponses
14th Feb 2017, 4:58 PM
harshit
What is the difference between sprintf n printf
string
-1 Vote
4 Réponses
9th Jun 2020, 2:28 PM
Farjana Shaik
file = open("/usercode/files/pull_ups.txt") n = int(input()) work = file.readlines(n) print(work) #your code goes here
files
2 Votes
14 Réponses
1st Jan 2022, 1:15 PM
Abiye Iniabere
Hi, will you help me with the C # language issue?
c#
n
tashi
-2 Votes
47 Réponses
7th Apr 2017, 3:07 PM
LEANDRO MACIEL
var n = prompt("Enter radius of circle (cm)", ""); var area = n * n * Math.PI; alert("Area of circle is " + area + " cm");
javascript
0 Vote
3 Réponses
22nd Jul 2017, 8:26 AM
Đại Ngư
For what value of n would g(637,n) return 4?
python3
2 Votes
2 Réponses
1st Feb 2020, 10:20 AM
Roopam Maurya
Sum of square of first n natural numbers
python
1 Vote
2 Réponses
13th Sep 2020, 3:13 AM
Sandip Thapa
Python program to enter Positive number N and find numbers a and b such that a2 - b2 = N
linear_algebra
python
1 Vote
4 Réponses
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 Vote
4 Réponses
21st Jan 2018, 5:31 PM
Mohit
program to remove 10th digit from the input integer N
c
c++
java
1 Vote
5 Réponses
19th May 2019, 7:09 AM
Nikash
How to make N dynamic button clickable?
html
javascript
0 Vote
2 Réponses
28th Apr 2021, 3:04 AM
Satya Prakash
Print all natural numbers upto N without using semi-colon.
c++
cpp
sololearn
1 Vote
4 Réponses
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 Vote
1 Réponse
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 Vote
2 Réponses
3rd Jul 2022, 9:22 PM
VISHAL CHAUDHARY
is it java Support n computing (LAN)...?
knowledge
0 Vote
1 Réponse
23rd Jan 2020, 12:50 AM
Nikhil Bhende
When n how to use \n ???
code
0 Vote
3 Réponses
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 Vote
6 Réponses
9th Aug 2022, 9:46 AM
Ndi Favour
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 Vote
8 Réponses
11th Sep 2021, 8:28 PM
elly paul
What is the use of c++
n
-3 Votes
2 Réponses
24th Apr 2020, 11:49 AM
Hermela Nguse
Is PHP easier than c c++ n java
data-types
php
0 Vote
5 Réponses
5th Jan 2017, 12:58 PM
AKki ShaRma
what is <stdio.h> n <conio.h> ?
sololearn
0 Vote
1 Réponse
1st Sep 2016, 1:56 PM
Ahsan Abdullah
display palindrome from 1 to n
c++
loops
0 Vote
1 Réponse
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 Vote
10 Réponses
14th Jul 2022, 4:53 PM
Rajesh Dilakshan
n order of a radical for folat power
all_language
python
python3
radical
0 Vote
2 Réponses
20th Mar 2021, 2:53 PM
MohammadMahdi
Print all natural numbers upto N without using semi-colon.
recursive
1 Vote
4 Réponses
21st Apr 2019, 8:20 AM
Michael Mamo
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 Votes
10 Réponses
24th Mar 2017, 2:21 PM
Shru
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 Vote
1 Réponse
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 Vote
2 Réponses
14th Dec 2016, 5:57 PM
Mohameddd Alanzy
WAP in C++ to print n prime numbers using arrays
arrays
c++
number
6 Votes
5 Réponses
6th Mar 2018, 1:26 PM
ADITYA HURIA
Why this code generated the output (values of n =00301)...??
java
loops
0 Vote
8 Réponses
8th Aug 2020, 5:09 PM
Saumya Mishra
Print the value of n + nn + nnn (not multiplication)
javascript
-3 Votes
11 Réponses
20th Feb 2020, 7:03 PM
Григорий Бондарев
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 Votes
5 Réponses
26th Jan 2021, 11:13 PM
Brent Tyson
How to store N objects pointer without STL
c++
double_pointer
memory
pointers
0 Vote
3 Réponses
16th Jun 2020, 9:45 AM
Ketan Lalcheta
C++ program to find sum of n numbers
c++
1 Vote
3 Réponses
26th Oct 2016, 12:15 PM
Nasireen Kv
Sum of series of n numbers in do-while loop
.
0 Vote
3 Réponses
8th Nov 2024, 5:58 AM
Akash Pattanaik
What is the use of n here ?
address
array
point
pointer
1 Vote
1 Réponse
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 Vote
3 Réponses
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 Vote
3 Réponses
9th Nov 2016, 11:18 AM
Samadov Abdullokh
I want divide an array into n equal parts
c++
2 Votes
3 Réponses
5th Jan 2021, 11:25 AM
Aman Rana
Calculate the sum of 1 to n using loops
protected
series
0 Vote
3 Réponses
27th Jan 2022, 6:15 PM
VANTARI MANI
Programa para sumar n numeros que ingrese el usuario.
c
0 Vote
3 Réponses
19th Jun 2019, 2:29 AM
Andre Murillo Alvarado
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
3
4
5
...
17
Suivant >
Aujourd'hui en vedette
I am beginner,This is will be right code?
1 Votes
Why is it so hard to get a job as a junior dev? Or just wanting to do an internship.
1 Votes
Kernel in Jupyter
2 Votes
How many days will It takes to completely learn front end
4 Votes
Solved# Survey data format in coding for data
1 Votes
SQL
2 Votes
Solution to solving this bugged problem
2 Votes
JAVA PROGRAMMING
1 Votes
What Does Pseudo Elements Mean.
2 Votes
IMAGE
0 Votes