Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What are the values to i, x and y after completing the code segment?
ASAP
c++
help
question
0 Votes
3 Answers
6th Apr 2017, 3:13 AM
Matthew Brittan
Is there anyway to print var x & var y on different lines?
objects
1 Vote
1 Answer
6th Sep 2017, 8:51 AM
Adrija Ray Chaudhuri
How to put a X and Y point in 2d array ?(x and y are in a class)
arrays
c#
4 Votes
4 Answers
27th Dec 2018, 8:03 AM
Dejan
Please, explain how x is a local variable and where my defined function is wrong??
from
python
remove
string
vowels
1 Vote
4 Answers
4th Nov 2017, 4:34 AM
Abhinav
I want create a list that contain all x and y element, but what is my fault?
phyton
1 Vote
7 Answers
27th Jun 2020, 7:31 PM
Abbakar_ah!!!
[SOLVED] Can anyone please explain me why doesn't the value of x change, while I'm using this method?
python
1 Vote
8 Answers
24th Jun 2021, 5:39 AM
Αλέξανδρος
Why are we get output x when run our program? [our program is char c=120; printf("%c",c);]
c
3 Votes
3 Answers
18th Apr 2020, 5:59 PM
Rudra
I want to understand this: var x=0 while (x<6) { x ++; } document. write (x); output was 6
js
0 Votes
11 Answers
12th Jun 2018, 1:25 PM
Favor Mofadeke Salako
If x=8 and y=7 then x++ then x+=y-- value of x comes 16 but how???
.
0 Votes
2 Answers
16th Dec 2021, 8:36 PM
Deep Vachhani
It there another way, to get x to the power of y, by Math.pow(x, y)
javascript
math
pow
3 Votes
2 Answers
13th Nov 2016, 10:46 PM
Sjoerd Flameling
Hi everyone,How do i assign a value into a viriable ,when i type print(x=7) it says x not defined
variables
3 Votes
5 Answers
2nd Jul 2019, 2:11 PM
Vusumuzi Mabena
Given a 2D array, feature matrix X and a vector y, return the coefficient vector, see the formula.
data
problem
question
science
solution
task
-1 Vote
5 Answers
12th Nov 2021, 7:23 PM
NaBeeL NaQeeBi
for n in range(2,10): for x in range(2,n): if n%x == 0: print(n,'is',x,'*',n//x) please interpret this
functions
0 Votes
4 Answers
30th Dec 2019, 4:13 PM
Desmond
Заданий двовимірний масив N x N. Визначити мінімальний та максимальний елементи масиву та їх суму
masiv
1 Vote
2 Answers
26th Jun 2018, 11:26 AM
Андрей Ковальчук
X=5,y=6 then what value of x and y will be used in int c= x+++y+++x,
increment
0 Votes
2 Answers
22nd Oct 2017, 3:29 PM
Shashank shekhar
Web -How to rotate an image / div x deg every time this button is clicked?
90deg
code
css
html
image
image-editor
javascript
rotate
2 Votes
2 Answers
29th Jun 2019, 4:53 AM
Ginfio
Write a program to take x and y as input and output the string x, repeated y times. Sample Input hi 3 Sample Output hih
python
-4 Votes
23 Answers
19th Aug 2021, 2:52 AM
Amala Yakin
Why doesn’t this work when i use decimals for x ?(Double for 31 days calculator)
31
calculator
days
double
0 Votes
2 Answers
22nd Nov 2020, 2:15 AM
Jonathan Klein
Как добавить несколько переменных?
,
()
=
input
input()
x
y
0 Votes
1 Answer
27th Nov 2020, 12:35 PM
Михаил
Write a program to take x and y as input and output the string x, repeated y times.
for
python
0 Votes
8 Answers
14th Feb 2022, 10:17 AM
Rakshita Yachalgar
Is it possible to run swift in a virtual machine equipped with OS X 10 or later version? Cause I am about to install VMWare and then the OS X / Yosemite.
swift
0 Votes
3 Answers
20th Mar 2016, 12:53 PM
Surajit Majumdar
How can i make animation hamburger icon to x like sololearn navbar icon ?
css
css3
html
html5
web
0 Votes
1 Answer
10th Apr 2020, 8:17 AM
Mohammad
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)) anybody can explain what is the relevance of func in this code?
functions
python
1 Vote
4 Answers
21st Aug 2016, 4:57 AM
anju
Help me please...to know the value of x from the equation using C++ : The equation is : 3x+2=2
of
value
x
0 Votes
1 Answer
16th Jul 2017, 8:20 PM
Fardin Alif
Hi guys see the code plz when I add ".value" to the x it doesn't work why??
code
js
0 Votes
7 Answers
14th Aug 2018, 8:42 PM
Sina
Can anyone explain this java statement and the value of x after evaluating::- where int x=4
functions
increment
java
operators
1 Vote
2 Answers
17th Jul 2018, 5:11 PM
Neha Dhar
Why the answer is 1;; bool x =false; bool y =false; if (x&&(y=true) c.w 1
crasy
1 Vote
2 Answers
14th May 2017, 5:26 PM
Mate M
In this instance what does the <= between the x and the 10 mean?
rand
0 Votes
1 Answer
11th Apr 2018, 3:42 PM
Sir
Write a program to take x and y as input and output the string x, repeated y times.
bigners
python
1 Vote
7 Answers
9th Feb 2022, 7:36 AM
Forever Knight
How to find out the power of x in dot net ??without using POW function...???
power
0 Votes
2 Answers
11th Apr 2018, 1:22 AM
Devaraj Lagashetti
What is the code for finding the number of times the minimum value appears in an array x
c
0 Votes
7 Answers
13th Mar 2021, 1:03 AM
Jayasudha selvan
Queria introducir un numero x teclado e informar si el ultimo digito es igual al primer dígito?
c++
1 Vote
6 Answers
28th May 2018, 1:38 AM
Liliana Soruco Patty
Count the number of bits needed to be fipped to integer x to generate integer y
progress
2 Votes
1 Answer
19th Jul 2022, 3:16 PM
Ayushi Jaiswal
How x was transfered to a ? That confuses me. And they're different intergers :/
c++
function-arguments
functions
1 Vote
2 Answers
4th Oct 2016, 10:13 PM
Rickky Gaming
for i in (1..10) puts i x=0 x+=i puts x end #can anyone explain the output here
loops
ruby
1 Vote
6 Answers
11th Sep 2017, 1:45 PM
Abeer Mahmood
Paper of size A0 has dimensions 1189 mm x 841 mm. Each subsequent size A(n) is defined as A(n-1) cut in half parallel to its
c
-1 Vote
2 Answers
26th Apr 2021, 12:10 PM
Rakhi
Why doesn't this code give x+2 answer as we have reassigned the value of x ?
output
0 Votes
2 Answers
25th Dec 2019, 11:52 AM
Castor Reeva
Can we draw a x and y axis with using astric symbol instead of that line
loops
0 Votes
3 Answers
9th Jun 2019, 5:37 AM
Charan Kumar
Jungle Camping Coach Code test case 3 x and Idk why so can someone check it please
python
0 Votes
4 Answers
23rd Sep 2022, 4:04 PM
Mohamed Hassan Hassan
Why when i put a img tag on the browser i see a x and not the image?
img
1 Vote
9 Answers
6th Jul 2017, 1:52 PM
Ahmed Gad
Guys what will be the value of x if m=10 and x=++m + m++ ? Explain also ?
postfix
prefix
1 Vote
6 Answers
14th Feb 2019, 7:58 AM
Nihal Sharma
Fill in the blanks to use the generic method Func for the x and y variables:
blanks
fill
for
func
generic
in
method
the
to
use
-1 Vote
2 Answers
7th Dec 2018, 6:10 PM
Danish Ullah
How to Calibrate mouse with x and y-axis in pynput module, mouse.position(x,y) with real time data.
python
python3
2 Votes
2 Answers
1st Oct 2017, 9:32 AM
snoɯʎuou∀
Write a program to take x and y as input and output the string x, repeated y times. Sample Input hi 3 Sample Output hih
python
python3
0 Votes
19 Answers
17th Jan 2022, 3:43 PM
Abdul Wahab
After print(x+3) i wrote x=+1 and it then prints value of x as 1 not 8
python
variables
1 Vote
3 Answers
7th Mar 2017, 2:06 AM
Ris Raj
I want this function to take value x and return 00X but it didn't work why please?
js
0 Votes
3 Answers
29th Dec 2020, 2:13 PM
Abbakar_ah!!!
what is the result stored in x after evaluating the following expression int x=5; x= x++*2+3*--x;
output
-2 Votes
1 Answer
21st May 2019, 12:11 PM
Aman Kumar
What does it mean i didn't understand pls help? for (auto x : adj[v]) { cout << "-> " << x; printf("\n");
adjacencymatrix
c++
graphicalrepresentation
3 Votes
4 Answers
17th Aug 2019, 10:54 AM
Piyush Srivastava
Does the value of x=x-- evaluates as the original value of x or it increments by 1?
c++
increment
operators
postfix
2 Votes
4 Answers
27th May 2017, 4:01 PM
Pacha
The statement x*=3; is equal to 1) X=3*; 2) x=3; 3) x= x *3; 4) x= x+3;
java
0 Votes
3 Answers
19th Aug 2020, 9:21 AM
Darpan Kushwaha
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
12
13
14
...
18
Next >
Hot today
Guys help please
1 Votes
Python question
2 Votes
Python
1 Votes
Are websites hackable?
1 Votes
Void functional void with bool function
0 Votes
TICTACTOE
0 Votes
C# and sql
1 Votes
What course to take for AI?
0 Votes
Error
0 Votes
What's an unsigned int?
0 Votes