Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
Fill in the blanks to set a cookie named 'logged' with the value 1 and an expiration time of 1 hour.
cookies
0 głosów
1 Odpowiedź
4th Sep 2019, 11:54 AM
Zunair Yaqoob
Fill in the blanks to select the element with id="text" and change its content to "Hi".
javascript
-2 głosów
1 Odpowiedź
27th Jun 2021, 7:13 AM
Saif Khan
Fill in the blanks to declare a variable, add 5 to it and print its value.
understanding_code
-1 Głos
1 Odpowiedź
7th Nov 2018, 4:15 PM
Petar Shutkin
Fill in the blanks to make the image circled and blurred with 30% sepia applied. img { -radius: 50%; filter: (30%
and
blanks
blurred
circled
fill
image
in
make
the
to
-1 Głos
2 odpowiedzi
20th Nov 2019, 1:18 AM
Samir Bhandari
Fill in the blanks to overload the greater than operator for the Box class. public static ____ operator __(Box a,Box b) { if (a.Height*a. Width > b.Height*b.Width) ______ true; else return false; } The blank space for "Box" have 4 char spaces, it wont let me pass!
c#
operator-overloading
8 głosów
22 odpowiedzi
27th Jun 2016, 9:49 AM
William
Fill in the blanks to include the printf statement if LEVEL macro is not defined. #if (LEVEL) printf("hello"); # in c
c
preprocessor
0 głosów
3 odpowiedzi
28th Apr 2020, 12:01 PM
Hezron Kyalo Ngoma
Fill in the blanks to create a class and its constructor, taking one argument and assigning it to the "name" attribute.
"name"
and
argument
assigning
attribute.
class
constructor,
create
object
-3 głosów
1 Odpowiedź
27th Jun 2021, 5:54 AM
Tia
Fill in the blanks to assign the value "7" to the age variable of the object using its setter method.
ruby
1 Głos
2 odpowiedzi
1st Oct 2020, 8:44 PM
Dennis Crowley
Fill in the blanks so that the first line of the paragraph uses the newly defined font called "test". { font-family: "
css
css3
-8 głosów
4 odpowiedzi
24th Jun 2020, 5:59 PM
Snehal Mahabare
Please help guys!how do i fill in the blanks on summing elements of arrays first question which is..- test.
blanks
fill
how
in
the
to
1 Głos
1 Odpowiedź
9th Mar 2020, 7:23 AM
Tobias Hosea
Fill in the blanks to clear all values stored in the local storage.then store "a" using the key "b".
api
html
html5
web-storage
1 Głos
2 odpowiedzi
22nd May 2017, 1:13 PM
Naresh Rudrapally
Fill in the blanks to shift the element 10px to the right from its position. .box { : ; : 10px; }
solve
0 głosów
2 odpowiedzi
21st Nov 2022, 7:31 PM
Bittu kumar
Fill in the blanks to print the first element of the list, if it contains even number of elements.
python3
-1 Głos
1 Odpowiedź
29th Jul 2019, 5:49 AM
Sazida Binta Islam
Fill in the blanks to change the saturation of an image by 55% and partially invert it.
css3
-1 Głos
1 Odpowiedź
11th Feb 2021, 8:08 AM
Lokman punmagar
Had to buy an external keyboard for my tablet...may be with that i wont time out in fill in the blanks challenges :)
challenges
5 głosów
2 odpowiedzi
11th Jan 2018, 2:44 PM
Agnesness
help
a
blanks
create
fill
first
in
list
the
to
which
-9 głosów
8 odpowiedzi
2nd Jan 2018, 10:46 AM
Kyle Thomas
Fill in the blanks to align the list items to the left, position them below each other, and remove the bullet point.
responsivewebdesign
0 głosów
3 odpowiedzi
27th Sep 2022, 8:10 AM
Ash Ketchum
Ruby method - How Fill the blanks to create a method that takes optional parameters and outputs the squares of its parameters:
method
optional
parameters
ruby
2 głosów
1 Odpowiedź
11th May 2020, 8:54 PM
Андрей Рыбаков
Fill in the blanks to print "Yes" if the list contains 'z': letters = ['a', 'b', 'z'] "z" letters: print("Yes"
lists
python
-2 głosów
3 odpowiedzi
19th Apr 2020, 10:06 AM
Arunpandiyan Anbalagan
Quiz factory - dummy HTML quizzes?
blanks
factory
fill
html
in
note
quiz
reviewer's
the
21 głosów
10 odpowiedzi
16th Aug 2017, 8:25 PM
Kuba Siekierzyński
Fill in the blanks to declare ''People's'' constructor, taking two parameters and initializing its private members: name and dat
c++
classes
-5 głosów
4 odpowiedzi
20th Apr 2020, 6:09 AM
malliga murugan
fill in the blanks to take the value of the x variable from user input double its value and print it
python
-1 Głos
2 odpowiedzi
25th Oct 2021, 3:55 AM
Siva Siva
Fill in the blanks to slide down the div element in 3 seconds upon clicking on the paragraph.
jquery
-3 głosów
2 odpowiedzi
1st Jun 2021, 4:35 PM
Ashkkar Sidhik
Fill in the blanks to remove the event handler for the focus event on the element with id="test".
");
").
("
#test
$("
focus
off
0 głosów
1 Odpowiedź
16th Nov 2022, 12:12 AM
Ahmed Khaled Sobhi
Fill in the blanks to declare a case-sensitive constant called AGE and assign the value 28 to it.
dsss
-1 Głos
1 Odpowiedź
5th Jan 2021, 8:28 PM
Ismoiljon Jalilov
81 Comments const Fill in the blanks to make a constant named total and the variable i that is only accessible inside the loop.
javascript
-1 Głos
3 odpowiedzi
29th Oct 2021, 3:49 PM
Kniffin Haruka
You have a class ''Student'' with two members, "age" and "num". Fill in the blanks to initialize those members in the constructo
c++
classes
0 głosów
2 odpowiedzi
30th Apr 2020, 7:57 AM
Baijunath Sharma
Fill in the blanks to extract all items that are less than 5 from the list. nums = [1, 2, 5, 8, 3, 0, 7] res = list( filter
answer
-5 głosów
5 odpowiedzi
8th Nov 2020, 11:22 AM
Jack Bradshaw
Fill in the blanks to display Welcome to the screen when age is greater than 16. int age = 24; I (age 16)
c#
0 głosów
2 odpowiedzi
21st Sep 2016, 12:06 PM
Digambar Gawali
Fill in the blanks to clear all values stored in the localStorage. Then store "a" using the key "b".
html
0 głosów
2 odpowiedzi
11th Jan 2017, 4:55 AM
manoj mer
How do I fill in the blanks to make the egg attribute strongly private and access it from outside of the class?
7
module
phython
python
quiz
sololearn
-1 Głos
2 odpowiedzi
1st Nov 2020, 10:50 PM
Vicious Playz
Fill in the blanks to print "you rock" is variable "a"is greater than 15,and variable "b" is less than or equal to 72...........
help!!!
0 głosów
1 Odpowiedź
12th Oct 2018, 10:50 PM
Laura Alejandra
Fill in the blanks to make the calculator work for multiplication. elif user_input == "multiply": num1 = float(input("Enter a
blanks
calculator
fill
for
in
make
multiplication.
the
to
work
-3 głosów
2 odpowiedzi
20th Feb 2020, 11:38 AM
JOHN MACHARIA
Fill in the blanks to make the first letter of the paragraph red and bold. Also, flip the paragraph upside down.
css
css3
0 głosów
1 Odpowiedź
19th May 2020, 3:50 PM
Khairunnisa Fauzia
Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x = 5 >>> print
python
0 głosów
2 odpowiedzi
26th Mar 2018, 10:44 AM
Maya Levita-Elliott
Fill in the blanks to stop the loop when the num variable reaches the value 55. question is for loop
please
reply
sololearn
0 głosów
0 odpowiedzi
4th Dec 2022, 2:44 PM
Asif chaudhary
Appending to a File Fill in the blanks to open the file using append mode, write to it, and close it. $h = ('my.txt', ' '); fw
please
1 Głos
2 odpowiedzi
16th Feb 2023, 4:33 AM
SUNIL KUMAR
Fill In The Blanks to get the total Count Of Fruits Stored In The Array $arr Notice There are 7 apples and 5 orange
array
php
0 głosów
2 odpowiedzi
4th Jun 2020, 9:30 AM
Hm Hasan
Fill in the blanks to declare a method that has two int parameters with default values 6 and 8, respectively, and displays their
c#
0 głosów
1 Odpowiedź
18th Jul 2023, 9:39 AM
dhatchanamoorthy m
Fill in the blanks to declare two variables a and b; and two pointers pa and pb that point to a and b, respectively. Print to th
a
blanks
declare
fill
in
the
to
two
variables
-1 Głos
2 odpowiedzi
20th Apr 2020, 3:14 AM
malliga murugan
Problem with 'fill in the blanks'
blanks
factory
fill
problem
quiz
sololearn
suggest
8 głosów
1 Odpowiedź
20th Apr 2017, 9:13 PM
Glozi30
Fill in the blanks to create a sequence of the EVEN numbers from 0 to 100, then output the number of elements of the resulting v
r
1 Głos
2 odpowiedzi
13th Jul 2022, 11:32 AM
Esmaeil Hatami
Should fill in the blank type of challenge questions provide a fixed rather than a variable width font?
blanks
challenge
fill
fixed
font
questions
quiz
width
5 głosów
2 odpowiedzi
15th Nov 2019, 1:15 AM
Sonic
Help with question
"father"
a
blanks
class
define
fill
in
the
to
with
0 głosów
10 odpowiedzi
17th Apr 2019, 3:13 AM
Debbie Swatzell
Fill in the blanks to create a new div element with the text "Hi" and insert it before the element with id="demo".
jquery
-6 głosów
1 Odpowiedź
17th Apr 2020, 1:36 PM
shakunthala N
Fill in the blanks to include the object "x" in the output. class X end X = X.new puts "Object data: ___"
ruby
-2 głosów
1 Odpowiedź
22nd Jun 2021, 6:45 PM
Yahya Jamil
Fill in the blanks to create a valid component that iterates through the received props array and returns <p> elements for each
props
-5 głosów
3 odpowiedzi
21st Dec 2020, 1:17 PM
Pawan Kumar Bamne
Fill in the blanks to declare a variable, add 5 to it and print its value ? X=4 , x__=5 , print__
python
-1 Głos
1 Odpowiedź
31st Jul 2022, 5:24 AM
Jafer Hu
C# Properties : Fill in the blanks to create a read-only property X. The return value of the accessor should be the square of x.
c#
help
-1 Głos
2 odpowiedzi
16th Aug 2022, 4:43 PM
Mayooran Navamany
fill in the blanks to create a loop that increment the value of x by 2 and print the even values. x=0 _x<=20: print(x) x+=2 pls help me out
loops
python
-1 Głos
5 odpowiedzi
2nd Sep 2016, 6:12 PM
anthony
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
7
8
9
Dalej >
Popularne dzisiaj
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
Odd even threads without condition variable
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