Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Write a program to find the sum of natural numbers from 1 to 10.
class
complete
java
scanner
0 Voto
1 Resposta
3rd Sep 2021, 9:05 AM
Asmit Choudhary
What's the time complexity of finding sum of n natural numbers using recursion...
algorithms
code
complexity
data-structures
0 Voto
1 Resposta
30th Mar 2021, 6:27 AM
kreddyt
How can I write a function to find natural of sine,cos and tan for any given angle?
calculator
math
python
1 Voto
5 Respostas
8th May 2022, 11:00 AM
Even Dead I Am The Hero.
write a program to find the product of all natural numbers up to 60
java
1 Voto
3 Respostas
2nd Feb 2018, 3:17 AM
Sathi Bose
wrtire a program for cube of first n natural number, what problem with my logic
forloop
python3
range
0 Voto
2 Respostas
19th Sep 2021, 1:15 AM
Abhishek Kumar
What are the differences commonalities between programming and natural languages? Share your thoughts.
c
c#
c++
code
java
python
syntax
2 Votos
1 Resposta
15th Mar 2017, 9:33 AM
Alessio Meloni
how to learn natural language processing fundamentals using python ? Any video course available on you tube?
ml
nlp
python
2 Votos
4 Respostas
31st May 2019, 7:56 AM
Sahil
How to write a program to find the sum of first n natural numbers using while loop in python??
for
loops
python
while
0 Voto
4 Respostas
29th Apr 2022, 3:31 PM
Avinash Tiwari 👨🏻💻
How to turn a string into a palindrome string in C ( only natural numbers )
c
palindrome
1 Voto
1 Resposta
19th Jan 2019, 10:49 AM
Sanyam Jain
What Python module can one use for natural language processing in a generic (non-English) language?
language
natural
nlp
processing
python
python3
1 Voto
2 Respostas
5th Feb 2018, 11:29 PM
Fatai Akemokwe
The symbol s and the natural number n are given. Print a square of s characters with size n x n.
c++
0 Voto
11 Respostas
3rd Nov 2020, 5:13 PM
Ruslan
Can you write a program for adding a series of natural numbers without using any kind of loop?
addition
loop
without
2 Votos
4 Respostas
3rd Mar 2018, 3:06 AM
Anjum Chauhan
Monious-It is defined by M(N) and for a natural number is defined as :
1 Voto
1 Resposta
18th Feb 2018, 10:24 PM
Siddhart Bhattacharjee
The symbol s and the natural numbers n,m are given. n and m are odd numbers.print a rectangular frame and plus inside
c++
1 Voto
11 Respostas
4th Nov 2020, 1:38 PM
Ruslan
Program to display even , odd, and natural number by using 3 different thread in java
java
0 Voto
3 Respostas
20th Feb 2017, 5:27 AM
missta
I know basics in python3. What should I learn in order to master Natural Language Processing (NLP) ?
python
python3
3 Votos
1 Resposta
23rd Jun 2020, 7:02 AM
Rajan K
In natural number delete the last digit and display it in the first place ... for example 64583 will be 36458
example
java
javascript
6 Votos
4 Respostas
27th Apr 2020, 11:45 AM
Ismaeil Alrewany
Given a natural number N. FIND the sum of all its divisors that are Prime Number. How Will this be resolved?
c++
1 Voto
7 Respostas
5th Dec 2018, 2:28 PM
Настя S
i need help in python more precisely advise. I'm making code with input and i only need natural numbers.
if-statements
python3
1 Voto
2 Respostas
7th Oct 2020, 9:17 PM
Luka Maghlaperidze
why does accumulate increments value in defined manner(adding the previous list values only with natural numbers)?
itertools
python
0 Voto
2 Respostas
1st Sep 2016, 6:10 AM
Prasanth Ravichandran
Can someone give me a text file with 50,000 words? I'll be needing it for my natural language programming subject.
python
0 Voto
2 Respostas
23rd Feb 2022, 1:09 AM
Jaz
Write a java program to output the combination of natural numbers, which add up to a given number e.g 27->2+3+4+5+6+7,8+9+7.etc
@java
1 Voto
5 Respostas
17th Nov 2016, 1:29 PM
Harshit Sharma
How to compile a program in Java for natural numbers..I can compile in eclipse compilers but in sololearn compiler can't compile
java
natural
numbers
program
2 Votos
5 Respostas
28th Jul 2017, 1:10 AM
Pravinkumar D
calculate the sum of the natural numbers belonging to the interval [a, b] in which the paired and unpaired numbers alternate
c++
help
0 Voto
5 Respostas
11th Jun 2018, 12:40 PM
Максим Поляков
Write a program in C to display the n terms of odd natural number and their sum . Using while loop
c
0 Voto
4 Respostas
16th Feb 2021, 2:21 AM
Rey Cardama
How to write a for loop code that calculated the sum of the first and natural number.
c++
0 Voto
2 Respostas
1st Jan 2017, 2:57 PM
fatinfarhanah
A number P, when separately divided by 7 and 9, the remainders are the first two natural numbers respectively. What is the P ??
sololearn
0 Voto
11 Respostas
4th Sep 2017, 3:35 PM
Ashutosh Mishra
I want to make AI software that can communicate with us.I want to start from very basic to advance. Which language will be best?
ai
doubt
language
machinelearning
natural
1 Voto
11 Respostas
29th Jul 2020, 2:48 AM
Harsh Kathiriya
Write a C ++ function that determines the number of uneven divisors of a natural number transmitted as a parameter.
c++
0 Voto
2 Respostas
11th Nov 2020, 12:22 AM
Marilena Bivolaru
In java, what would be the most efficient algorithm to obtain the prime numbers that compose a Natural number?
algorithm
java
primenumbers
0 Voto
1 Resposta
10th Mar 2020, 11:19 AM
Alvaro Sanchez
Write a program in Java which inputs a positive natural number N and prints the possible consecutive number combination, which N
code
java
0 Voto
4 Respostas
18th Aug 2017, 7:26 PM
Mohit
If the natural way for android app development is through java, how can I use python to to develop android apps?
android
development
java
python
python3
2 Votos
2 Respostas
10th Jun 2017, 10:19 AM
Hamas
How is it possible that for the set of natural numbers N, no elem of N is the biggest and every elem of N has something bigger?
infinity
maximum
number
set
0 Voto
11 Respostas
7th Sep 2017, 8:21 PM
Testing003
Find the sum of first ten natural number 1 2 3 ...10 but the I m getting error please help thanks u
c++
1 Voto
3 Respostas
19th Oct 2016, 7:17 PM
kevink mahadeo
When i replace 0 (which is after return ) by natural number then the output is coming the same as when the zero(0) is there.Why?
command
false
record
return
2 Votos
2 Respostas
5th Apr 2019, 2:08 PM
Saurabh Kumar
Create a flowchart and write a C program to store twenty natural numbers in one-dimensional array then calculate and display
c
in
program
0 Voto
1 Resposta
26th Oct 2018, 1:13 PM
Stanford Maitha
Write a c program that continue to sums up natural numbers as they are entered by a user print out the total only when zero is
r
1 Voto
3 Respostas
13th Sep 2018, 11:57 PM
Hannah Joshua
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23
python3
3 Votos
3 Respostas
24th Dec 2017, 5:16 AM
Anshuman Bharadwaj
print all the numbers that do not exceed n the natural number and will give 1 balance when delivering each one on 2
a
help
i
need
0 Voto
1 Resposta
11th Dec 2018, 10:54 AM
Arsen
I want to add 50 natural no in java i tried many solution but not get a proper output please give your solution to solve it
java
0 Voto
1 Resposta
4th Oct 2022, 8:27 AM
Vansh Aggarwal
Is anyone in the localization niche and also into coding?
language
localization
natural
platform
python
ruby
translations
1 Voto
4 Respostas
10th Nov 2016, 12:15 AM
Sergey Makaryan
Please someone help me how can I run java libraries at python. For example;java file is named "zemberek" (turkish NTL) in Python
java
jdk
kits
natural
python
tool
zemberek
1 Voto
1 Resposta
12th Jul 2020, 9:28 PM
Metin Keskin
I want to write a code to see if an input number is natural or not but it won't work can you tell me what am I doing wrong?
python3
0 Voto
1 Resposta
16th Apr 2020, 11:11 AM
amirhossein fazeli
Colour in Website
beautiful
colour
comfortable
css
html5
mix
natural
stunning
website
0 Voto
4 Respostas
15th Dec 2018, 5:02 AM
Shushu
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
Próximo >
Quente hoje
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
I’m new someone can help me
0 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes