Cursos
Iniciar sesión
Comenzar a aprender IA
Cursos
Iniciar sesión
Comenzar a aprender IA
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
How can I declare N in c++ like this? 1<N<10^6
c++
1 Voto
8 Respuestas
15th Nov 2019, 9:13 AM
.Moony.
To print first n even numbers in reverse order using while loop
python3
whileloop
2 Votos
11 Respuestas
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 Respuestas
2nd Dec 2019, 3:58 PM
Ishmum Tahzeeb
Challenge: Represent a number n as product of prime numbers.
challenge
numbers
prime
7 Votos
8 Respuestas
11th Aug 2017, 12:52 PM
Lahmadi Mohamed
What is the meaning of printf n what does it do????
ascii
java
2 Votos
15 Respuestas
24th Jun 2018, 10:47 AM
Harsh Agrawal
while True: num = input('Enter age for all users separated by a comma: ') n = num.split(',') print(n) if len(n)
r
0 Votos
2 Respuestas
9th Mar 2021, 5:05 PM
Ojukwu Franklin Ifeanyi
MASS N NUMBER OF OBJECT DELETION FROM A CLASS
delete_objects
mass_deletion_objects
python_object_deletion
0 Votos
3 Respuestas
2nd Jul 2025, 6:12 AM
YASH SHAH
print maximum n minimum digit of the entered no.
java
4 Votos
5 Respuestas
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 Voto
1 Respuesta
29th Mar 2020, 3:12 PM
hafizakomal shaik
What does it mean for type n parameter n?
methods
1 Voto
7 Respuestas
3rd Apr 2018, 10:34 PM
Chad and Calebs Adventures
Hi, will you help me with the C # language issue?
c#
n
tashi
-2 Votos
47 Respuestas
7th Apr 2017, 3:07 PM
LEANDRO MACIEL
tell the factorial up to n
python
0 Votos
2 Respuestas
14th Feb 2017, 4:58 PM
harshit
What is the difference between sprintf n printf
string
-1 Voto
4 Respuestas
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 Votos
14 Respuestas
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 Votos
3 Respuestas
22nd Jul 2017, 8:26 AM
Đại Ngư
Sum of square of first n natural numbers
python
1 Voto
2 Respuestas
13th Sep 2020, 3:13 AM
Sandip Thapa
For what value of n would g(637,n) return 4?
python3
2 Votos
2 Respuestas
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 Respuestas
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 Votos
4 Respuestas
21st Jan 2018, 5:31 PM
Mohit
How to make N dynamic button clickable?
html
javascript
0 Votos
2 Respuestas
28th Apr 2021, 3:04 AM
Satya Prakash
program to remove 10th digit from the input integer N
c
c++
java
1 Voto
5 Respuestas
19th May 2019, 7:09 AM
Nikash
Print all natural numbers upto N without using semi-colon.
c++
cpp
sololearn
1 Voto
4 Respuestas
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 Votos
1 Respuesta
15th Jun 2020, 2:34 PM
Basemalzwawi Alzwawi
What is the use of c++
n
-3 Votos
2 Respuestas
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).
pyhton
0 Votos
2 Respuestas
3rd Jul 2022, 9:22 PM
VISHAL CHAUDHARY
is it java Support n computing (LAN)...?
knowledge
0 Votos
1 Respuesta
23rd Jan 2020, 12:50 AM
Nikhil Bhende
When n how to use \n ???
code
0 Votos
3 Respuestas
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 Respuestas
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 Voto
8 Respuestas
11th Sep 2021, 8:28 PM
elly paul
Is PHP easier than c c++ n java
data-types
php
0 Votos
5 Respuestas
5th Jan 2017, 12:58 PM
AKki ShaRma
what is <stdio.h> n <conio.h> ?
sololearn
0 Votos
1 Respuesta
1st Sep 2016, 1:56 PM
Ahsan Abdullah
display palindrome from 1 to n
c++
loops
0 Votos
1 Respuesta
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 Votos
10 Respuestas
14th Jul 2022, 4:53 PM
Rajesh Dilakshan
n order of a radical for folat power
all_language
python
python3
radical
0 Votos
2 Respuestas
20th Mar 2021, 2:53 PM
MohammadMahdi
Print all natural numbers upto N without using semi-colon.
recursive
1 Voto
4 Respuestas
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 Respuesta
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 Respuestas
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 Respuestas
24th Mar 2017, 2:21 PM
Shru
Sum of series of n numbers in do-while loop
.
0 Votos
3 Respuestas
8th Nov 2024, 5:58 AM
Akash Pattanaik
WAP in C++ to print n prime numbers using arrays
arrays
c++
number
6 Votos
5 Respuestas
6th Mar 2018, 1:26 PM
ADITYA HURIA
Why this code generated the output (values of n =00301)...??
java
loops
0 Votos
8 Respuestas
8th Aug 2020, 5:09 PM
Saumya Mishra
Print the value of n + nn + nnn (not multiplication)
javascript
-3 Votos
11 Respuestas
20th Feb 2020, 7:03 PM
Григорий Бондарев
How to store N objects pointer without STL
c++
double_pointer
memory
pointers
0 Votos
3 Respuestas
16th Jun 2020, 9:45 AM
Ketan Lalcheta
C++ program to find sum of n numbers
c++
1 Voto
3 Respuestas
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 Respuestas
26th Jan 2021, 11:13 PM
Brent Tyson
What is the use of n here ?
address
array
point
pointer
1 Voto
1 Respuesta
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 Votos
3 Respuestas
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 Votos
3 Respuestas
9th Nov 2016, 11:18 AM
Samadov Abdullokh
I want divide an array into n equal parts
c++
2 Votos
3 Respuestas
5th Jan 2021, 11:25 AM
Aman Rana
Calculate the sum of 1 to n using loops
protected
series
0 Votos
3 Respuestas
27th Jan 2022, 6:15 PM
VANTARI MANI
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
3
4
5
...
17
Siguiente >
En tendencia hoy
Need suggestions
0 Votes
Hello can anyone help me to learn gdscript
0 Votes
Best code for creating games?
0 Votes
What coding language should i use to make a custom coding language?
0 Votes
Need suggestions to learn AI and ML
1 Votes
progaming
1 Votes
Java full stack
0 Votes
Calculator
0 Votes
Anyone Learning Godot?
1 Votes
Duration of heart refilling
0 Votes