Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
Write a program that accepts two strings from the user and prints the combination and the concatenation thereof.
python
0 Votos
3 Respuestas
17th Mar 2017, 11:15 AM
Lerato
Can someone help me create a c++ program that accepts any integer input then display the next 10 odd numbers from that input?
c++
odd
0 Votos
6 Respuestas
7th Oct 2019, 11:16 PM
Leah Dagupan
I have so much pending challenge list. None opponent accepts it . Very disappointing as I am not gaining xp's.
challenges
pending
sololearn
4 Votos
2 Respuestas
13th Sep 2017, 10:28 AM
HASHIR IMAM
Write a python program which accepts a message and encrypts it based on rules. given below and returns the encrypted message.
python
1 Voto
2 Respuestas
21st Mar 2021, 2:41 PM
Neel Tilak
Write a function that accepts a number as argument and returns the square of the number. For example if the number passed to the
function
function-arguments
2 Votos
6 Respuestas
1st Feb 2022, 3:06 PM
Knowledge Is Power
Write a function in Python that accepts one numeric parameter. This parameter will be the measure of an angle in radians.
python
2 Votos
1 Respuesta
5th Jan 2022, 8:05 AM
Paul Chirwa
Write an application which accepts the date and time as command line parameter and outputs if its WorkTime or FreeTime.
oop
php
2 Votos
3 Respuestas
2nd Aug 2017, 2:49 AM
Vamsi Krishna Reddy
Write a program that accepts a sentence and calculate the number of upper case and lower case. Ex -Hello.
python
1 Voto
2 Respuestas
1st Jun 2017, 4:14 PM
lorshan
I'm trying to write a while loop that accepts the input from the user and the test if it's positive or negative.
input
java
loops
2 Votos
5 Respuestas
7th Nov 2016, 2:38 AM
darius mohammed
flow chart that accepts in day, month, year format calendar as input and display the next day
accepts
and
as
calendar
chart
day
display
flow
format
https://www.sololearn.com/
in
input
month
next
that
the
year
-1 Voto
1 Respuesta
15th Mar 2021, 7:27 AM
Sara Taye
Write a program that accepts four numbers (any numbers) from a user, and apply the basic arithmetic operations such as Addition,
comments
0 Votos
2 Respuestas
28th Oct 2021, 8:16 PM
Jessamae Kimar
How do i write a function that accepts a tuple of numbers and return a tuple with odd numbers squared? Eg ((1,2,3)) becomes
python
0 Votos
4 Respuestas
12th Mar 2020, 4:51 PM
Tan
Can somebody help me write a c++ program that accepts 10 numbers in an array,and also finds the average of the ten numbers
calculator
-1 Voto
4 Respuestas
22nd Jun 2019, 10:10 PM
Saleh
Write a function that accepts a string and returns an array of its character code in reverse order
arrays
functions
javascript
strings
0 Votos
2 Respuestas
13th Aug 2017, 11:31 PM
oneCaptain
Can anyone teach me how to write a c program that accepts 10 integers and output the product of the numbers
c
0 Votos
2 Respuestas
22nd Sep 2022, 8:14 AM
CRUSTY
C program that accepts an amount in Peso from the user and converts it to its word equivalent.
c
0 Votos
1 Respuesta
2nd Jun 2021, 11:00 AM
Angel Acoba
Write a java program, that accepts an integer number and check if the number is a prime number or not.
java
0 Votos
3 Respuestas
27th Jul 2017, 1:25 PM
Oseni Luthfulahi Olaitan
5. Write a JavaScript function that accepts a string as a parameter and converts the first letter of each word of the string in
html
javascript
0 Votos
6 Respuestas
9th Dec 2016, 10:58 PM
Nashwan Aziz
So my registration box accepts data and displays on my database but don't not filter out already used data
php
sql
website
1 Voto
1 Respuesta
10th Oct 2019, 1:02 PM
flora olori
I don't understand the concept of the program that accepts the input of two numbers and prints their sum.
c++
variables
0 Votos
1 Respuesta
9th Oct 2019, 12:06 AM
ryannotbrian
Hey.. I would like to know how to write a c program which accepts and records deposits when buying an item.
c
0 Votos
3 Respuestas
26th Aug 2018, 9:12 PM
Godana Emiru
I don't understand the concept of the program that accepts the input of two numbers and prints their sum.
c++
variables
1 Voto
1 Respuesta
9th Oct 2019, 12:05 AM
ryannotbrian
write a flow chart that accepts date in day , month , year format if Gregorian calendar as input and display the next day.
123
0 Votos
4 Respuestas
19th Mar 2021, 6:30 PM
dagmawi girma
How do I write a code that accepts a number from the user and determin weather its even or odd in java
java
-1 Voto
3 Respuestas
20th Oct 2021, 9:50 AM
Caesar Kent
The program accepts unique integers x y and z as input.The program must swap the largest and second largest integers and print
above
c
in
program
solve
the
-1 Voto
4 Respuestas
11th Jan 2019, 1:44 PM
Padmapriya Ravichandran
please write a pseudocode for a voter's registration program that accepts a voter's name, and calculate for the age if age is 18
language
pseudocode
3 Votos
2 Respuestas
31st Jan 2017, 6:21 PM
sally
9. Write a JavaScript function that accepts two arguments, a string and a letter and the function will count the number of occu
javascipt
-1 Voto
2 Respuestas
17th Dec 2016, 10:26 AM
Mohameddd Alanzy
How to write a program using SWITCH that accepts input from the user and that input can be used to compute the users age?
assignment
help
java
newbie
novice
0 Votos
5 Respuestas
3rd Oct 2018, 1:03 PM
John Kevin Laurencio
How do I write a high order function that accepts a function (like the ones below) and an integer?
python
0 Votos
2 Respuestas
6th Apr 2017, 2:35 AM
Tafari Johnson
Write a C++ program that accepts an integer number and prints the following: 1) Sum of even factors of the number
c++
0 Votos
1 Respuesta
23rd Oct 2020, 1:36 AM
Deema Thnabi
'write a function that accepts an array of non negative integers and returns the second largest integer in the array.
arrays
0 Votos
2 Respuestas
18th Feb 2017, 2:23 PM
Ricardo Chitagu
I tried to make a program that accepts a list of elements and prints the sum of distinct elements from the list.What has gone wr
python3
0 Votos
4 Respuestas
3rd Jan 2020, 5:18 PM
SOUMYADEEP BISWAS
Easy Challenge? Then code this one! Create a Program that accepts 3 letters and tells how many are consonants.
html
javascript
-3 Votos
1 Respuesta
18th Mar 2021, 6:17 AM
Reymart Selverio
If a number is equal to reverse of that number (say 12321) . java accepts palindrome or not. Give a reason if your answer is no.
java
palindrome
4 Votos
2 Respuestas
22nd Jun 2018, 4:53 PM
suman Kayal
write a program in pycharm which accepts a time interval in seconds and prints the equivalent time in hours minutes and seconds.
pycharm
python
0 Votos
3 Respuestas
9th Mar 2018, 2:36 AM
usman
Is there anybody who accepts challange in C++. cauz i found most of the biggies love to do simple things (you know what i mean).
c++fans
cfans
javafans
pythonfans
rubyfans
0 Votos
4 Respuestas
15th Apr 2018, 12:10 PM
Roshan Kumar
8. Write a JavaScript function that accepts a number as a parameter and check the number is prime or not. Note : A prime number
javascript
2 Votos
3 Respuestas
12th Dec 2016, 6:22 PM
Mohameddd Alanzy
Can someone help me to create a java program that accepts a name, address and year of birth and then outputs of the following:
help
me
0 Votos
2 Respuestas
24th Sep 2020, 5:35 AM
Henry
c++ program which accepts a sequence of comma separated 4 digit binary numbers and print the numbers that are divisible by 5
scripting
-3 Votos
2 Respuestas
1st Nov 2020, 11:59 AM
Andy
Please am urgently in need of an ExpressJS developer for a clarification on how to create an endpoint that accepts query string
expressjs
0 Votos
1 Respuesta
10th Jan 2021, 5:38 PM
kemzy
7. Write a JavaScript function that accepts a string as a parameter and counts the number of vowels within the string. Note : A
functions
javascript
1 Voto
2 Respuestas
18th Dec 2016, 8:37 PM
Mohameddd Alanzy
How to write a program that accepts a date in dd/mm/yyyy format and separates the day, month and year as seperate integers.
java
0 Votos
1 Respuesta
27th Sep 2016, 9:53 AM
Harsh kumar
Program which accepts 2D array of integers and its size as arguments and displays the elements of middle row and middle column??
arrays
c
c++
program
two-dimensional
0 Votos
1 Respuesta
26th Mar 2017, 11:44 AM
M G
7. Write a JavaScript function that accepts a string as a parameter and counts the number of vowels within the string. Note :
functions
javascript
-1 Voto
2 Respuestas
18th Dec 2016, 9:23 PM
Nashwan Aziz
How do i creat a code in C++ that accepts integers from the user, stops when the user types a negative number or zero. Then adds
sai
1 Voto
2 Respuestas
26th Nov 2017, 7:41 PM
Charles Konney
Create a PHP Program that accepts a number and tells how many times does a number can be divided to 2. Kindly code this one pls
php
-2 Votos
2 Respuestas
30th Jan 2021, 1:26 PM
Reymart Selverio
5. Write a JavaScript function that accepts a string as a parameter and converts the first letter of each word of the string in
javascript
1 Voto
1 Respuesta
9th Dec 2016, 7:01 PM
Nashwan Aziz
5. Write a JavaScript function that accepts a string as a parameter and converts the first letter of each word of the string in
javascript
0 Votos
1 Respuesta
9th Dec 2016, 12:41 PM
Nashwan Aziz
How to write a program using switch and if else statement that accepts input from the user and used to compute the users age?
beginner
help
ifelse
programmer
programming
switchcase
0 Votos
1 Respuesta
3rd Oct 2018, 7:43 PM
John Kevin Laurencio
Write a C++ program that accepts a single integer value entered by the user. If the value entered is less than one, the program
c++
0 Votos
1 Respuesta
8th Sep 2016, 2:55 PM
rehan altaf
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
3
Siguiente >
En tendencia hoy
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes