Kurse
Kurse
Code Compiler
Code Compiler
Diskutieren
Preise
Teams
Anmelden
Registrieren
Menu
F&A Diskussionen
Suchen
Suchen
Eine Frage stellen
Eine Frage stellen
In HTML 5 How a <strong> tagged text pronounced differently from a <b> tagged text by a text to speech recognition machine
bold
html5
recognition
speech
strong
tag
4 Stimmen
2 Antworten
5th May 2019, 4:52 PM
Sandipan Das
A game machine has 5 games installed on it, represented in this list: games = ['Soccer', 'Tic Tac Toe', 'Snake', 'Puzzle', 'Ra
solution
0 Stimmen
7 Antworten
17th Aug 2023, 4:23 PM
Bhargavi Guntakala
Pattern challenge : Enter 5 numbers if the largest is bigger than the sum of the two smallest number then print a triangle else
c#
c++
challenges
java
javascript
python
ruby
2 Stimmen
11 Antworten
5th Oct 2017, 7:13 AM
Ahmed Mohammed Ahmed Khodary
Write a program that will multiply the sum of 5 and 6 by 10.
.
-3 Stimmen
2 Antworten
17th Dec 2020, 4:58 PM
RAGE KUNAL
How can I make that the number given for example 4.95 be 5 in a prompt ()?
javascript
numbers
numeric-operations
3 Stimmen
2 Antworten
17th May 2017, 7:50 AM
Iwan
Write a program to accept 20 different numbers in a SDA.Display the sum of all the numbers which are divisible by either 3 or 5
array
boards
computerapplications
icse
java
sda
0 Stimmen
9 Antworten
8th Apr 2022, 6:45 AM
Nandini Bhardwaj
Looking for a daily patner
5
from
html
level
partner
2 Stimmen
4 Antworten
24th Oct 2017, 9:18 AM
Ortis Ayz
I'm trying to print the multiples of 3 and 5 below 100 using the below python code. But test case are not passed.
dataScience
problem
python3
testcase
3 Stimmen
5 Antworten
17th Jul 2022, 4:25 PM
Vishaka Saxena
If print(10/2) shows result as 5.0 , print(10//2) shows 5 then print(10*2) shows 20.0 but print(10**2) is showing 100.0 why?
pythonoperations
0 Stimmen
5 Antworten
12th May 2021, 6:03 AM
pranav
How is the page structure of HTML 5 different from HTML 4 or previous HTML?
canvas
html
html5
1 Stimme
2 Antworten
16th Oct 2016, 6:47 AM
paras
Que usan mas html 4 o html 5?
5
html
más
que
usan
1 Stimme
5 Antworten
28th Oct 2017, 4:33 PM
Frank Prado
Find the number of comparisons required in bubble sort of the following list having the 5 numbers : 10 20 30 40 50
c
datastructure
using
0 Stimmen
6 Antworten
12th Sep 2020, 5:46 PM
Yogita Dose
How can print from for loop(python) like as every line contain 5 numbers and each number specify \t tab character. Please help
python3
2 Stimmen
5 Antworten
22nd Jul 2020, 6:20 PM
md baizid
Lesson 23 - The smail in the well, I have the code almost but how to increment with 5 instead of 1?
break
course
increment
javascript
loops
0 Stimmen
6 Antworten
7th Feb 2022, 9:28 AM
CodeX
i want to ask how to make this program with looping 1 4 3 8 5 12 7 16....100
java
0 Stimmen
6 Antworten
29th Jan 2017, 2:10 AM
Kurby Lee
In python why it is print 5.0 Instead of print 5 .When we use following condition -----> print(10/2) ?
division
print()
python
0 Stimmen
4 Antworten
19th Oct 2022, 2:38 AM
ARAVIND DUDE
What is the difference between head and header tag does they differ more in html 5
and
between
difference
head
header
is
the
what
0 Stimmen
3 Antworten
22nd Sep 2017, 4:07 PM
Manjeet Singh
Someone help me ...get 5 number and say which one is max and which one is min? .please send me right code
c++
5 Stimmen
6 Antworten
30th Sep 2017, 10:28 AM
Reyhane.a
Why the size of int a =[5] is 5 instead 6 , isn't the first term is 0?
arrays
c++
0 Stimmen
5 Antworten
22nd Apr 2016, 2:07 PM
Zhi Hao
Please help me,I am stuck in lesson 5 in python .They are saying to buy the pro version to unlock next lesson.
self-learning
0 Stimmen
3 Antworten
9th Jun 2021, 1:45 PM
Maria Akter
Please why is this code printing +++ when i input the supposed value kike 1,2,3,4 or 5 from input field.
codeplayground
css
html
html5
javascript
1 Stimme
3 Antworten
1st Oct 2022, 3:02 PM
Cindy K Hink
Pls anyone tell me how to fix the problem of module not found error after using sapi 5 in pyttsx3 module in python
python
0 Stimmen
8 Antworten
1st May 2020, 12:14 PM
Akshat Jain
В коде написано, что значение 5 возвращается в int. Именно в этот int, что написан перед именем метода ?
int
java
methods
return
0 Stimmen
3 Antworten
20th Sep 2022, 4:01 PM
Виталий
Write a program that will multiply the sum of 5 and 6 by 57.3 and output the result.
python3
-1 Stimme
3 Antworten
29th Nov 2021, 2:02 PM
prajakta gurav
Inform me about what are the html 5 tags and what they do in web page...
html5
website
1 Stimme
2 Antworten
28th Apr 2019, 6:30 AM
Sadeesha Prabhashana
WAP in apex to create 5 case records with all the values (accounts, contacts, etc) filled in.
apex
0 Stimmen
2 Antworten
1st Jun 2021, 1:59 PM
nidhi biswas
Product of odd numbers from 1 to 15...its where am stuck my outputs are 1 3 5 7 9 11 13
methods
0 Stimmen
7 Antworten
19th Jul 2018, 6:50 AM
Abby
def add(x, y): return x + y def do_twice(func, x, y): return func(func(x, y), func(x, y)) a = 5 b = 10 print(do_twice(add, a, b))
functions
python
return
1 Stimme
6 Antworten
29th Jul 2016, 10:31 AM
Rupam Das
Guys it's Hackerrank problem say 'Word Order' my code passing 5 test cases but for remaining 3 tests it's showing timeout
hackerrank
needhelp
python
wordorder
3 Stimmen
2 Antworten
21st Apr 2020, 4:11 PM
Mohd Aadil
Someone please explain this problem
5
challenge
explain
problem
python
1 Stimme
1 Antwort
25th Sep 2021, 5:03 AM
Ferdous ☑
Why 26 // 5 / 2 = 2.5 ? I dont understand it :(
numeric-operations
python
0 Stimmen
2 Antworten
1st Dec 2015, 9:25 PM
Michal
how can i write a program in java that print abc to z and in each have 5 alphabets
print
2 Stimmen
3 Antworten
10th Apr 2018, 1:26 AM
Naqeeb Khan
how to make a auto click app for android 5.
5
android
app
autoclick
-1 Stimme
1 Antwort
23rd Oct 2020, 5:09 PM
Md Atiquz Zaman
To get a badge you need to get 5 upvotes on one question but what if you don't have any questions to ask related to coding?
ask
no
questions
to
5 Stimmen
12 Antworten
5th Sep 2017, 1:10 AM
Styxincewa
Please make a program on grades of students in 5 subjects and total is 500. The grade should be according to percentage.
comments
1 Stimme
4 Antworten
30th May 2018, 3:11 PM
Rock johnson Mehul
Swift language is not being updated on Sololearn, as in course Its currently Swift 4 but current version of swift Language is 5
swift
3 Stimmen
3 Antworten
28th Aug 2020, 4:35 PM
Sreenesh
write a HTML code using web form to display a table with 4 rows and 5 columns .Give appropriate heading to the form.
forms
html
html5
tables
1 Stimme
6 Antworten
26th Apr 2018, 1:52 PM
APU CHAND MALIK
Please help me solve for this. The user can only select 5 choices but should not exceed which means multiple choices is allowed
c++
case
f
permissive
switch
1 Stimme
5 Antworten
6th Dec 2021, 10:18 AM
shlee_
When does our submission gets approved or declined . I have submitted 5 questions 1 month ago and they are not yet approved .
do
guys
help
5 Stimmen
5 Antworten
5th Nov 2019, 7:44 AM
Charu Sehgal
Uncaught Type Error : cannot read property of 'addEventListener' of Null line : 5 . In my code check the code
javascript
node.js
1 Stimme
4 Antworten
16th Feb 2020, 6:07 AM
Hari kanani
Create a program that will choose 5 town then display popular place in the town
c++
java
0 Stimmen
1 Antwort
13th Jan 2022, 8:20 AM
Shaina Lorrainne Vargas
what us the output of the code below plz explain it briefly I don't understand how the output is 5
explain
0 Stimmen
5 Antworten
23rd Jul 2020, 3:42 PM
Beamlak Amare
What makes one move to the next level? Trying to decode but couldn't get how i got to the level 5 that i am now
level
4 Stimmen
5 Antworten
12th Nov 2020, 12:22 PM
Ogundana Ayomide
Create an array with 5 values & delete the value at index no. 2 without using in-built function???
python
question
0 Stimmen
2 Antworten
18th Sep 2021, 11:58 AM
Priyanshu Patel
How to code python to print words from my list L with 5 letters only using for and len?
functions
0 Stimmen
4 Antworten
16th Sep 2018, 11:36 AM
dr POP
Is there need to learn html 5 as pre requisite to PHP?? I learn fundamentals of html
html
php
1 Stimme
3 Antworten
5th Jan 2017, 6:31 PM
AKki ShaRma
Write a program that computes and prints the result of 512 2 282 47 · 48 + 5 . It is roughly .1017.
.
..
0 Stimmen
5 Antworten
8th Nov 2020, 10:31 AM
adzlan piago
Hey guys, i learn 5 languages.They are as tag. Please tell me the next language to learn.All kind of suggestions are WELCOME
c++
css
html
java
javascript
6 Stimmen
4 Antworten
29th Sep 2017, 3:29 PM
Shravan K Malviya
Please is to be added or removed from this code n = int(input()) for x in range(1, n): if x % 3 == 0 and x % 5 == 0:
@python
0 Stimmen
10 Antworten
4th Jan 2023, 1:04 AM
Ohanenye Kennedy
Can anyone help me out of this?? This is not working for value more than 5
c++
cpp
0 Stimmen
2 Antworten
23rd Mar 2019, 10:29 AM
Gaurav Jain
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
< Vorherige
1
...
19
20
21
...
27
Weiter >
Heute heiß
I NEED to make a game
1 Votes
Regarding course
0 Votes
In this code, I want to make exactly another div right next to it in div, how to edit it?
1 Votes
Solved Grouping data
0 Votes
Python input() function is strange (a bug or a feature?)
1 Votes
Naming Variables
0 Votes
what is python
0 Votes
Chess Tournament Exercise Doesn’t Work
0 Votes
Android
0 Votes
Best way to learn
0 Votes