Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Why is the maximum index position of an array example:(NAME[6]) is 5 even when the initial index position is 0?
arrays
java
0 Votes
3 Answers
28th Apr 2016, 2:05 PM
Sammy Das
is there a issue in jump ahead question where it asks to define a variable and add 5 to it?
python
0 Votes
3 Answers
21st Jul 2016, 1:13 PM
Ishan Bisht
How can I make my first Java code work? I'm only level 2 but I want to make a countdown from 5 to 1 with an exclamation.
2
countdown
if
java
level
statement
string
0 Votes
5 Answers
23rd Mar 2020, 3:29 AM
Johnna Boots
Average time it takes you to develop a basic 5 page / 1 page layout website from scratch (from design, develop to launch)
c#
css
html
javascript
php
website
2 Votes
1 Answer
1st Sep 2018, 8:02 AM
Preston Tshabalala
My code takes a while to compile(about 5 seconds) and does main function does not return 0, could that affect it's functioning?
c++
0 Votes
3 Answers
1st Apr 2019, 5:09 PM
Spryt La Cool
Help please: Find the sum of all the multiples of 3 or 5 below 1000. (I'm using a website called Project Euler.net to help me practice code. I'm already stuck on the first problem.)
code
java
math
0 Votes
9 Answers
20th Nov 2016, 10:26 PM
Dorre
When a = 3 and b=2; we have a++ =4 , b= a ++ = 4, and now ++b should be 5 or 4 ?
c++
i
0 Votes
6 Answers
25th Mar 2017, 2:11 PM
Mohammed Merbout
Is there ways for my program, that can force my program wait maybe 5 sec and only then I can enter with cin>>"" (C++)
ask
c++
cpp
help
program
1 Vote
2 Answers
27th Jun 2020, 3:53 PM
DeepInsomnia
How many numbers does this code print? i = 5 while True: print(i) i = i - 1 if i <= 2: break
python3
0 Votes
2 Answers
21st Sep 2018, 2:01 AM
Mohamed Ramadan El Geneidy
Pls am stuck i wish to create a website with not less than 5 pages with all the pages linked how am i to go about it???
beauty
salon
site
welcome
0 Votes
5 Answers
30th Dec 2019, 12:57 PM
Shu Nicoline bih
I try to sort strings alphabetically for only the first 5 letters of the alphabet (a,b,c,d,e) and show to me this error
c++
strings
0 Votes
2 Answers
18th Jul 2020, 8:09 PM
Mohammed Aldhanuna
for i in range(5): print("hello!"), output is that 5 times hello is printed, but what "i" is doing in the whole code??
loops
0 Votes
3 Answers
9th Jul 2019, 7:59 PM
Garima Agrawal
Could I reopen one more the same badge when I recieve again 5 votes to for example another my code.
badges
px
1 Vote
2 Answers
4th Feb 2017, 11:00 PM
Boris Atanasov
I entered only 1 number instead of 5 and got output as 5*number.. instead I should have got only the number . please clarify
c++
loops
0 Votes
5 Answers
1st Aug 2016, 2:14 PM
RB Vijey Shankar
The Array below reads 5 numbers and prints the largest number,but what changes i should make to print out the smallest number???
c++
1 Vote
3 Answers
14th Jul 2017, 12:52 PM
RiGeL
Random int generator + if / else if / else ) 1 through 5 . .. always returning false .. why??
if-statements
math
-1 Vote
4 Answers
23rd Feb 2017, 5:04 PM
Sonny mbiam
Hello everyone I learn canvas in html 5 but i trapped in canvas drawing ....we can make any kind of canvas drawing in html5 code
canvas
html5
2 Votes
2 Answers
19th Jan 2019, 2:20 PM
Raj Kiran Singh
I just got to learn HTML 5 and got interested on the new web messanging API but i dont know where to learn more about it.
html5
javascript
3 Votes
4 Answers
5th Mar 2018, 9:07 AM
Lord Morisky
Hey friends am not sure about CSS and JS .... because in HTML 5 why it used for code .....
about
am
confused
it
to
1 Vote
2 Answers
3rd Jun 2017, 5:29 AM
Himanshu Saroj
Write a program that will multiply the sum of 5 and 6 by 57.3 and output the result.
math
-3 Votes
2 Answers
26th Oct 2021, 1:05 AM
Teach Me How To Code
need last 5 weeks of data , I have week day table column weekcod and having data 202001,202002,202003......202052,202053
5
dat
needlast
of
weeks
-3 Votes
1 Answer
14th Jan 2021, 5:01 PM
Steve Km
why this output 5 and why not 2? #include <iostream> using namespace std; void func(int &x) { x=5; } int main() { int x=2; func(x); cout<<x; }
c++
0 Votes
7 Answers
24th Aug 2016, 3:18 AM
Lekhraj Singh
Return the number of even ints in the given array. Note: the % "mod" operator computes the remainder, e.g. 5 % 2 is 1.
3
python
0 Votes
3 Answers
20th Sep 2019, 6:23 AM
AMAN TOMAR
Why is the answer only 3? All the requirements except the last, are correct. Shouldn't both 5 and 3 be printed?
if-statements
0 Votes
2 Answers
2nd Aug 2019, 11:12 AM
Megan Hendry
Advanced CSS - is it possible to group CSS animations ... like, umm - ....
5
advanced
animation
css
how
html
question
web
2 Votes
2 Answers
13th Jun 2019, 8:56 AM
Ginfio
Hi! I code this and output is : 2686748 5 why? I think it should be : 6 6, and when I use +=1 instead the output is6 6
cpp
help
pointer
question
2 Votes
7 Answers
23rd Jul 2017, 9:43 AM
ghazal minaee
I have been trying to understand this for the past 5 days. But couldn't.. i mean i never get even one percent of pythons
dunders
operator-overloading
python
1 Vote
3 Answers
28th Aug 2017, 5:34 PM
stephen haokip
A program that displays all the numbers from 100 to 200 that are divisible by 5 or 6, but not both
for
0 Votes
3 Answers
29th Oct 2017, 10:01 AM
Ayesha
Well I did it ..but I don't understand why it print 5 ..not 1 at the end ..and also why don't it print finished at the end
python
1 Vote
4 Answers
22nd Jul 2018, 10:04 AM
Deesha Devi Raghu
I want to know the logic to the questions in the challenges.. I means. if x = 4;S. o. t("++x"); output : 5 . hope u understand..
challenges
help
logic
0 Votes
6 Answers
4th Jan 2018, 6:17 AM
Anjali Kushwaha
Write a program to accept the grades for 5 students, and print a summary report as follows : Grade A :…… Grade B : …… Grade
python
-5 Votes
5 Answers
18th Sep 2020, 4:56 AM
Jaina Solanki
Reorder the code to declare a Queue of integers, add values 1 through 5 and print the contents of the Queue. q.Enqueue(x); Queu
c#
0 Votes
2 Answers
3rd Oct 2019, 1:38 PM
TSHEGOFATSO LETABANE MALESA
wap to define a list namely data in which 5 numbers are to be inputted from user. Find the sum of odd and even numbers from the
lists
0 Votes
5 Answers
2nd Sep 2020, 2:26 PM
Devendra Virat
P declare a class city having highest population accept these Data for 5 cities and display the names of city having highest pop
c++
program
-2 Votes
3 Answers
16th Jan 2017, 5:25 PM
Avadhut Sonavane
How do i break a 5 Digit Zipcode so i can later add each digit together and get the check sum digit.
c++
0 Votes
3 Answers
28th Feb 2018, 3:10 AM
Timew2
Write a program that will ask for 5 numbers from the user and if the number is present in array the function should return 1
c++
0 Votes
5 Answers
31st Jul 2017, 5:43 PM
Vicky
Write query to find total salary to be paid in 5 years after annual increment of 5% on last year salary of every employees..
database
datatype
dbms
mysql
rdbms
server
sql
0 Votes
2 Answers
27th Jul 2022, 4:55 AM
Dumb Coder 🤡
n = int(input()) for x in range(1, n): if x % 3 == 0 and x % 5 == 0: print("SoloLearn") elif x % 3 == 0:
a
-1 Vote
2 Answers
5th Dec 2020, 7:44 AM
Augustine Ansah Owusu
So how would I do this like if less then 16 it would still say to young if I put in 5 as the var
c#
switch
0 Votes
5 Answers
1st Sep 2016, 9:11 PM
37Produtuction
Can someone help me with this code please? I need to calculate average of 5 inputs, I tried lot but it keeps giving errors
average
input
java
0 Votes
2 Answers
27th Sep 2020, 10:26 PM
K.l
Hi. In html 5 the <p align=""/> attribute doesn't work. So is there any other way to align a paragraph to center of the page.
<p>
0 Votes
3 Answers
22nd Oct 2019, 5:42 AM
Akshay Joseph
Using C++: hw can I read all the integers between 1- 100, determine all the possible combinations when the integers are group 5
c++
2 Votes
2 Answers
18th Apr 2017, 9:29 AM
Perican Bongani Sithole
Please find what's wrong in this program. When we enter run: input — 2, output — 55, expected— 55. But my 5 tests are failed
code
codecoach
java
0 Votes
1 Answer
20th Aug 2020, 7:35 AM
Irine Theresa Antony
What is html 5 all about and is it a modern html nd is it very different if it is different from others what are the differences
<hr>
4 Votes
1 Answer
28th Jul 2020, 7:38 PM
Aibor Ebenezer
After finishing html 5 ,css , JavaScript how can i build my own website ? I can't match between i learn and what i want to do
website
1 Vote
5 Answers
31st Aug 2017, 12:01 AM
Islam Elshazly
In a dart game, you hit 5 points once, 10 points 2 times, 20 points 2 times. What is the average number of points you hit per at
10
2
20
5
a
attempt?
average
dart
game
hit
in
is
number
of
once
per
points
the
times
times.
what
you
-7 Votes
4 Answers
5th Jun 2021, 5:23 PM
Harshith Nalla
In writing a code that can be understood by a 5 year old kid, is it preferable to use the switch syntax or the if else if syntax
switch
1 Vote
4 Answers
7th Dec 2020, 11:33 AM
The Cool Guy
Write a program that calculates the average for 5 marks entered by the users using any type of c++ loops
c++
loops
0 Votes
2 Answers
19th Nov 2016, 9:38 AM
Israa Elwan
The data for batting and it is related to module package: 1- for 1 point in 2 runs,2- for half-century additional 5 points
loops
modules
packages
python3
2 Votes
1 Answer
31st Jan 2020, 3:32 AM
Utsav Singh
such an unfair challenge system lol challenged 5 guys to a quiz and 36 not 24 hours the quiz expired and i didnt even get xp
sololearn
0 Votes
3 Answers
12th Apr 2019, 7:14 PM
Alex Bogorad
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
23
24
25
...
27
Next >
Hot today
New code
1 Votes
Does anyone have the solution for this challenge?
1 Votes
How would you solve the part of the C# Intermediate code project that requires operator overloading?
0 Votes
Kernel in Jupyter
2 Votes
Solved# Survey data format in coding for data
1 Votes
Why is it so hard to get a job as a junior dev? Or just wanting to do an internship.
1 Votes
I am beginner,This is will be right code?
0 Votes
📝CHALLENGE [ EASY ]👀: Python
1 Votes
Solution to solving this bugged problem
1 Votes
Solved #Relay race coding for unit 9 you are creating code for a relay race
0 Votes