Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Fill ine the blanks to create a valid email link, displayed without an underline .
html5
0 Votes
2 Answers
17th May 2017, 5:47 PM
Yashwant Gupta
Fill in the blanks to declare a variable, add 5 to it and print its value.
3
python
-6 Votes
8 Answers
16th Sep 2020, 6:16 PM
FRANKIE Ochoa
Fill in the blanks to call the show() function for the element with the id="menu".
jquery
0 Votes
4 Answers
8th Sep 2018, 10:22 PM
ابوخالد العازمي
Fill in the blanks to set a cookie named 'logged' with the value 1 and an expiration time of 1 hour.
cookies
php
1 Vote
10 Answers
2nd Jul 2018, 5:15 AM
SHUBHAM BANJARA
Fill in the blanks to produce code which takes text as input, assigns it to the name variable, and outputs it.
blanks
code
fill
in
produce
takes
text
the
to
which
-3 Votes
2 Answers
1st May 2021, 7:36 AM
Vedanth
Fill in the blanks to print the sum of the two variable. Int x=2; y=4; int results=x_ _; system.out.printin(______)
java
operators
0 Votes
11 Answers
3rd Apr 2018, 10:36 AM
taba zirdo
Fill in the blanks to check if the age variable is greater than 18: int age = 25; ( > 18) { cout << "Adult"; }
c++
else-statements
-2 Votes
10 Answers
16th Apr 2018, 3:44 PM
Casey Oleski
Fill in the blanks to declare a lazy property called "uploader".
properties
swift
1 Vote
3 Answers
14th Feb 2020, 2:27 PM
Arjun Singhal
Fill in the blanks to make a div with 'd1' id draggable.
html
-1 Vote
5 Answers
15th Apr 2018, 5:24 AM
✌️ RK ✌️
Fill in the blanks to declare an arrow function that takes an array and prints the odd elements.
es6
functions
javascript
loops
-1 Vote
10 Answers
14th May 2020, 4:26 PM
"Mohammed Khier" Alawadi
Fill in the blanks to make the text "First paragraph" a comment:Fill in the blanks to make the text "First paragraph" a comment:
html
-1 Vote
1 Answer
11th Jun 2018, 6:28 AM
SUSHIL
How to Fill in blanks to make the text first paragraph a comment
html
-1 Vote
4 Answers
15th Dec 2016, 4:52 AM
Daniel Nay Myo Win
fill in the blanks to produce 8 as a result??
print(4*(___-1)
-4 Votes
2 Answers
20th Sep 2022, 11:34 AM
Ashani Sontakke
Fill in the blanks to declare an integer variable num and assign it the value 42.
c
-2 Votes
5 Answers
10th Feb 2021, 9:21 AM
GORA GOWRISHANKARVARAPRASAD
Fill in the blanks to declare an array of void pointers to x1, x2 and x3 and print them using the pointers.
c
code
function-arguments
functions
pointers
programming
-5 Votes
6 Answers
11th May 2021, 8:25 PM
Arqum Farooq
Discuss Module 7 Quiz 1/6 Fill in the blanks to change the content of all paragraph tags of the page to "SoloLearn". var arr =
javascript
8 Votes
28 Answers
27th Jan 2017, 5:23 AM
VishalYumnam
Fill in the blanks so that the website www.sololearn.com opens upon clicking the image :
answer
-1 Vote
5 Answers
6th Jan 2017, 2:18 PM
Mohamed Mostafa Saper
Fill in the blanks to declare a method that takes one argument of type int. public int myFunc( x) return x*10;
final
java
3 Votes
7 Answers
4th Jul 2017, 7:06 AM
Walter Mugo
Fill in the blanks to declare a variable, add 5 to it and print it.
variables
1 Vote
8 Answers
14th Feb 2021, 8:38 AM
Thabang Matlou
Fill in the blanks to declare a time structure with members,minutes and horus
;
hours
int
minutes
time
0 Votes
4 Answers
22nd Sep 2022, 8:29 AM
AAGAM DAGLI
Fill in the blanks to print "Yes" if the list contains 'z': letters = ['a', 'b', 'z'] "z" letters: print("Yes")
lists
python
0 Votes
3 Answers
26th Apr 2020, 10:25 AM
Reshma Ramesh Jadhav
Fill in the blanks to fade the paragraph to 60% opacity in 2 seconds.
2
blanks
fade
fill
in
paragraph
the
to
0 Votes
4 Answers
18th Dec 2018, 10:36 AM
Mohib
fill in the blanks to make the egg attribute strongly private and access it from outside of the class
cpython
html5
javascript
python
python3
-2 Votes
11 Answers
21st Sep 2017, 2:14 AM
Niduk Madushan
Fill in the blanks to import only the sqrt and cos functions from the math module: ____ math import ____ cos
modules
python
-7 Votes
17 Answers
19th Jan 2017, 9:14 AM
NIDHI JOSHI
Fill in the blanks to declare a class Singer having a display method that outputs the name. Then, create an object of the class
a
blanks
class
declare
fill
having
in
singer
the
to
0 Votes
17 Answers
10th Dec 2018, 10:15 AM
Никита Ларин
filling the blanks to define a function that takes two numbers as arguments and returns the smaller one min (x,y) if x<=y return
help
-2 Votes
12 Answers
9th Dec 2018, 4:58 PM
Archit Rana
Fill in the blanks to make the background color of tge element with id="mystyle" black using hexadecimal color definition
background
5 Votes
5 Answers
16th Jan 2018, 12:53 PM
Mohammed Ismail
Fill in the blanks to make the background image repeat along the vertical axis:
css
-1 Vote
3 Answers
10th Feb 2021, 4:17 PM
Lokman punmagar
how can I give blanks between a word and an input?
blanks
form
while
1 Vote
3 Answers
13th Sep 2017, 5:38 AM
André Campos
Fill in the blanks to create a valid email link displayed without an underline...
fill-up
help
html
que-ans
2 Votes
2 Answers
18th Oct 2017, 4:12 PM
Kenee Patel
Can anyone tell me how can I insert blanks before the stars to make a perfect pyramid and my first star isn't printing (Solved)
c
1 Vote
5 Answers
28th Apr 2021, 3:32 PM
SUKHBEER SINGH
Fill in the blanks to declare a variable, add 5 to it and print its value.
python
-1 Vote
7 Answers
10th Jun 2018, 7:36 PM
SUSHIL
Inheritance & Polymorphism , can some one fill the blanks pls,
c++
polymorphism
1 Vote
1 Answer
8th Jan 2019, 8:59 AM
Manizha Nazari
const aar1= [1,2,3]const arr2= [5,6,7] let arr3=___arr1__..arr2]; fill in blanks to make arr3 like [1,2,3,4,5,6,7,8] (any1?)
variables
-3 Votes
6 Answers
19th Mar 2019, 2:08 AM
Christopher Inji
Fill in the blanks in order to remove the column temp from the table students
border
column
database
decorators
delete
order
sql
strings
where
-6 Votes
13 Answers
21st Sep 2016, 2:39 PM
mohd ovais
Fill in the blanks to print the sum of the two variables
operators
-2 Votes
4 Answers
15th Apr 2020, 6:35 AM
Ankam Shruthi
Fill in the blanks to clear all values stored in the localStorage. Then store "a" using the key "b".
html
html5
web-storage
2 Votes
13 Answers
12th Oct 2016, 1:41 PM
Mohamed Arafa Gomaa Metwaly
Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x __ = 5 >>> print __ What is the answer for above question?
python
1 Vote
71 Answers
23rd Jun 2016, 2:40 AM
Suresh K L
Fill in the blanks to define a function that prints "Yes", if its parameter is an even number, and "No" otherwise.
functions
python
0 Votes
10 Answers
30th Aug 2016, 9:56 PM
Peter
Fill in the blanks to make "first paragrahh" as a comment
html
0 Votes
3 Answers
6th Oct 2017, 1:04 AM
ABHITH G
Fill in the blanks to declare an integer variable and set its value of 5. _ var = _;
java
operators
1 Vote
9 Answers
23rd Nov 2021, 9:27 AM
Roy Duey
how to fill in the blanks to print the sum of the two variables
operators
1 Vote
3 Answers
17th Jun 2018, 3:49 PM
md akib
Fill in the blanks to print the sum of the two variables.
blanks
fill
in
of
print
sum
the
to
two
variables.
0 Votes
2 Answers
27th Mar 2018, 3:47 AM
Zàlio Àviàtor Hémsworth Johànsson
Fill in the blanks to overload the greater than operator for the Box class. (C#)
operator-overloading
overloading
0 Votes
7 Answers
9th Jan 2023, 11:42 AM
Katchi Mohamed Mohamed Hanan
Fill in the blanks to get a link in the parent frame
_blank
1 Vote
2 Answers
15th Jul 2018, 1:28 PM
Rคhบl
Fill in the blanks to iterate over the list using a far loop and print it's values. list=[1,2,3] , _ var_list: , print(_)
python
-4 Votes
2 Answers
2nd Jul 2017, 2:31 PM
Ayoola-popoola Samuel
Fill in the blanks to turn off auto complete and require the password field(Answer plz).
html5
quiz
0 Votes
2 Answers
3rd Dec 2016, 10:50 AM
Okasha Arshad
what is the answer to this question? Fill in the blanks to define a function that takes two arguments and prints their multiplac
and
arguments
function
functions
modules
python3
-1 Vote
10 Answers
15th Nov 2019, 2:12 AM
Erick Flesch
Fill the blanks to make the first Letter of the paragraph red and Bold. Also, flip the paragraph Upside down. P{ _______:rota
css
-2 Votes
10 Answers
20th Oct 2017, 10:10 PM
Daud Ally
(SOLVED) "Fill in the blanks to print the EVEN values from 0 to 100 using a for loop:"
c#
loops
0 Votes
8 Answers
24th Feb 2020, 8:45 PM
Andres Araya
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
3
4
5
...
9
Next >
Hot today
Hello World!
0 Votes
What’s the actual difference between MB and GB in real-world usage?
1 Votes
Script file names
0 Votes
What is wrost mistake that mostly people made while learning coding?
0 Votes
Html learn
1 Votes
Je cherche des gens qui parle français pour apprendre le langage c
0 Votes
Java doubt coders
0 Votes
How to put multiple inputs in python?
1 Votes
Python ???
0 Votes
What can I do after learning python and how to create amazing codes. And how many times it would take to be a good programmer😅
0 Votes