Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Wap in c++ to calculate mark of 5 subject of a student and multiply the result by 3 and find the result with average.
c++
0 Voti
1 Risposta
24th May 2019, 10:23 AM
Azizullah Meherzad
Guys where do we find coding problems which gives us xp....I solved yesterday but I forgot where to access from,pls let me know
coding
problem
0 Voti
1 Risposta
15th May 2020, 4:46 AM
Dharmendra Ahirwar
To find the names of the customers between 30 to 40 years of age, set up the query as seen here:
recode
0 Voti
1 Risposta
3rd Apr 2018, 5:27 AM
Yiwen Zhao
I wrote a program to find the symmetric elements in an array. Please suggest your version. How do you do it?
arrays
list
loops
output
symmetric_pairs
0 Voti
1 Risposta
28th Jul 2020, 6:02 AM
Tom
Mysql, can any one help me with these questions. how to find the last alphabet and the first alphabet on a table
mysql
0 Voti
1 Risposta
24th Jul 2021, 4:36 PM
Micheal Alfred
What's your opinion? JS Frameworks/Libraries, or PHP and SQL?
a
coding
find
help
me
next
path
phase
1 Voto
2 Risposte
14th Sep 2017, 6:31 AM
Russel Reeder
I am trying to make word guessing game from c but I keep failing does anyone know where I can find an example?
c
games
0 Voti
2 Risposte
23rd Jun 2018, 3:39 PM
Oliver Vassallo
What is a modulus operator like how can i can find the result of a modulus operation without the program what operation is it?
c++
modulus
operators
0 Voti
3 Risposte
28th Dec 2016, 8:07 AM
Edoardo
Given an array , the task is to find the array formed from the difference of each element from the largest element in the given
python3
0 Voti
1 Risposta
13th Feb 2020, 4:22 PM
Aslam Basha
I'm interested in being a back-end developer but I lack the necessary skills and knowledge, where can I find information on it?
advice
back-end
languages
platforms
programming
skills
0 Voti
2 Risposte
10th Jan 2018, 10:04 AM
Lwandiso Ntlanga
The program given in the description does not give me the correct execution. Can you please help me to find it out?
programx
python
python3
0 Voti
1 Risposta
10th Aug 2019, 3:39 PM
Deepikasri Kumarappan
I have encountered a weird typo interpretations using Escape sequence in data entered by user, please help to find out why?
input
output
python
0 Voti
2 Risposte
15th Jan 2017, 7:49 AM
Gaurav
Wap to find distance between two points when the distance is represented as feet:inches system.it should use the concept of oops
c++
0 Voti
2 Risposte
12th Jan 2017, 8:53 AM
Hunter
can someone help to use the java to find the mode, median, mean, standard deviation, quartiles, percentiles, ketoses and varianc
booaforichard227@gmail.com
0 Voti
0 Risposte
18th Aug 2022, 1:21 PM
Boafo Richard
There are 10 devices. Every device independently breaks down with probability 0.15. Find the probability that: (b) exactly 3 dev
probability
-2 Voti
1 Risposta
17th Feb 2021, 7:06 AM
Отарбай Анар
Hey guys, Can anyone of you give me atleast 20 different methods to find the sum of arrays in C
arrays
c
0 Voti
1 Risposta
19th Oct 2017, 4:57 AM
Preetam Kalal
Does anyone know how to create a program to find the next numbers in a number series?With any programming language.
c#
cpp
java
python
1 Voto
1 Risposta
6th Sep 2017, 2:53 AM
Jakebard
How to create/write a SQL query to find the salesperson and customer who belongs to same city. Return salesman, cust_name&city
lauren
-1 Voto
1 Risposta
4th Mar 2022, 1:55 AM
Lauren Terez
how to find a string from a line in a text file & show the string & the line number.
python
0 Voti
1 Risposta
19th Sep 2017, 5:48 AM
luckk lucky
Where Can I find My back to school progress on andriod app and if i compeleted a lesson on pc it goes to my progress?
back_to_school
sololearn
1 Voto
1 Risposta
16th Sep 2020, 3:59 PM
Omar Shahin
I need to find sum of series 1/2+1/4+1/8+.. n= int(raw_input("enter the limit") s=0 i=2 while(i<=n): x=float(1\i) s=s+x i=i+2 print s is this the correct program??
boolean-logic
python
1 Voto
2 Risposte
5th Nov 2016, 2:32 PM
Navaneetha Babu
Write a program in Java to find the result of following expression (Assume a = 10, b = 5) i) (a < < 2) + (b > > 2)
java
0 Voti
2 Risposte
18th Sep 2023, 10:38 AM
Shahjad Ansari
Can anyone help me with this code??? It's a problem from code coach and I got 2/5 and I can't find why the other 3 were wrong.
c++
0 Voti
1 Risposta
10th Aug 2020, 2:59 AM
Jayp
This program doesn't run properly! Can anybody help me find the problem? Please let me know if u can figure out.?
game#oddsandevens
0 Voti
2 Risposte
15th Oct 2017, 12:16 PM
Rishanshi Verma
Is it possible to use the regex modules search function to find the subsequence of a subtring in a string? Below is the example
python
-1 Voto
2 Risposte
22nd Jun 2021, 6:52 PM
Dan
Hi it can be weird question , so how i can practice my programing skills i mean i whant to find some simple tasks to till hard ?
practice
0 Voti
2 Risposte
24th Jan 2021, 4:01 PM
Buneodbek
Is there a way that SoloLearn can add Lua in their code learning website? I want to learn Lua but i can't find any websites.
lua
0 Voti
1 Risposta
8th Jan 2020, 2:35 PM
Mahir
Hello, I used Class to find the Volume of a sphere by using the rule: volumeSphere=3/4*π*r³ but i dont know why the output is 0
c++
class
help!
1 Voto
2 Risposte
23rd Jan 2018, 4:29 PM
RiGeL
Can anyone tell me why this program to find x to the power of n and sin(x) is wrong? Its a basic C program. I'm still learning.
c
help
problem
0 Voti
1 Risposta
12th Aug 2020, 2:32 PM
Nishith Shetty
Error : cannot find symbol method getDownloadUrl () , can anyone help me with this, i have link of code in the description
android
java
0 Voti
2 Risposte
27th Feb 2019, 1:31 PM
Ankit Chourey
I have installed code blocks but it is showing "cant find compiler Executable In your search " so what do i do next ?
c++
comments
1 Voto
2 Risposte
28th Jun 2017, 7:09 AM
Mangesh
How to write a C program to get 5 positive integer numbers from the keyboard and find the summation of all the odd numbers?
c
summation
0 Voti
1 Risposta
14th Mar 2019, 2:48 PM
Niromy Kanthasamy
Input N and n sized array, then input q and q sized array. Find the positions of q array in n array.
c++
0 Voti
1 Risposta
15th Jun 2018, 11:31 AM
Batyr
Hi. I need to parse web page to store this information in DB. I know that I need Jsoup library .But I can not find good resource
java
jsoup
web
0 Voti
2 Risposte
9th Aug 2019, 2:47 PM
Sergej Yermakovich
Find all the male employees born between 1962 to 1970 and with hire date greater than 2001 and female employees born between 1972 and 1975 and hire date between 2001 and 2002.
sql
-1 Voto
3 Risposte
22nd Sep 2019, 11:54 AM
ghazaleh
Help please with this task
array
c++
can
element
find
help
maximum
sum
task
who
-1 Voto
3 Risposte
1st Apr 2018, 11:12 AM
zama
Can you help me find out mistake To calculate the average length of words in string and rounding it up to the nearest whole num.
average
length
python
word
0 Voti
1 Risposta
20th Oct 2020, 4:01 PM
CHAKKA VENKATA NAGA SAI JYOTHIRMAI
I have recently finished doing some time behind the bars will i be able to find a job as a programmer after developing the skill
past
progress
questionable
1 Voto
2 Risposte
4th Oct 2017, 11:06 AM
Kamlesh Bajnath
i am exploring ideas for final year project anything pops up please suggest i will find a way to make it useful
android
c#
css3
datamining
fyp
html5
python
0 Voti
2 Risposte
18th Apr 2017, 9:41 AM
Muhammad Yusuf Khan
Accept a numbers from user and find maximum number. Should i use array or any other logic if user inputs 5 numbers
javascript
0 Voti
2 Risposte
12th Oct 2017, 10:11 AM
Abhay
Hello, where can I find a list of web projects that I can do for training from easy to ever more elaborate?
project
website
0 Voti
2 Risposte
7th Oct 2017, 9:51 AM
Konrad Łuczak
How to search the certificate give in this app
able
app
be
find
help
in
it
to
which
will
1 Voto
2 Risposte
15th Aug 2019, 3:21 PM
Hima Bindu M S
I have a test code in Java and Jee next week for an interview and I need some examples but I don't know where to find them
test
1 Voto
1 Risposta
8th Mar 2020, 2:07 PM
Meriem Bouhiri
2. Write a program which takes the lower limit and upper limit then find which of the number are prime number.
python
-1 Voto
1 Risposta
3rd Dec 2021, 6:49 PM
SAfiullaH KhoKhar
please help me to write a c++ program to find the LCM of 2 integer positive number using function named 'Laghu'.
c++
functions
1 Voto
1 Risposta
12th Jan 2017, 11:44 AM
Anurag Nihal
In sololearn, some elements are mentioned but coloured black and unklickable. I also can't find 'em in glossary. What are those?
details
elements
hgroup
html
html5
math
span
0 Voti
1 Risposta
2nd Feb 2017, 4:16 AM
prayoga
I couldn't find the option to change my nick name.How can I do that? By the way, I ve C++ app.
c++
-1 Voto
1 Risposta
29th Jan 2017, 6:35 PM
geomatic_engineer
Hello.i am trying to find out how to make a list appear when we hover the cursor of the mouse on a navigation bar link.?
links
0 Voti
2 Risposte
26th May 2018, 11:21 AM
djibril sadou salifou
In a class there are number of students the number of girls in m write a program to find percentage of a boys and girls
in
javascript
write
-2 Voti
2 Risposte
6th Dec 2021, 3:30 AM
sanjay kumar
Guys please can any one help me .. I need hacking people .. my car is stolen . I need to find that guy .. please
code
display
hack
hacked
hacking
templates
-3 Voti
2 Risposte
21st Oct 2021, 2:05 AM
mansy
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
...
79
80
81
...
83
Successivo >
Popolare oggi
Guys I don't know anything about cooding who can help me pls
1 Votes
Decorators in python.
2 Votes
Coding for Cybersecurity
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
1 Votes
Need help
1 Votes
Salut tout le monde
2 Votes
Pointers in c#
1 Votes
Please click me
0 Votes
Hello !
0 Votes
Can sololearn have multiple inpus&outputs?
3 Votes