Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
Why assume I have friends to invite?
friends
1 голос
4 ответов
19th Jan 2017, 12:04 AM
Therese McLeod
Lucky Numbers. Assume it is a challenge.
challenge
code
luckynumbers
ruby
1 голос
3 ответов
8th Dec 2016, 11:20 AM
Tahir Imanov
Assume A holds 1 and B holds 0, then -
c
coding
cpp
html
logicaloperators
loop
4 голосов
5 ответов
17th Jan 2018, 6:00 PM
Sagar Ambastha
Is this safe to assume that every browser can handle CSS3 nowadays?
css
css3
html
1 голос
11 ответов
17th Jan 2017, 10:22 PM
Michał Zabrzyjewski
How display diagonal of 2d array.. assume it is 3×3
c++
0 голосов
2 ответов
14th Feb 2018, 5:47 AM
abhijeet
Write a program that reads four numbers (each between 1 and 20). Assume that the user enters only valid values. For each number
c++
1 голос
25 ответов
28th Dec 2020, 7:40 PM
Shayma Khader
Given positive integers a,b and m., Compute a^b%m. Assume a<=10^9, b<=10^18, m<=10^9.
cpp
0 голосов
1 ответ
2nd Apr 2020, 5:33 AM
Anjali Yadav
Write the pseudo code for timer interrupt routine to implement time sharing assume
code
interrupt
timer_interrupte
0 голосов
1 ответ
1st Mar 2021, 3:41 PM
hanan alhinai
What will be the output of following program? Assume integer is of 2 bytes......
operator
range_of_int
0 голосов
2 ответов
2nd Sep 2018, 12:01 PM
Aman Kumar
Why am I getting output as -41. Assume all header files are there?
c++
output
2 голосов
1 ответ
22nd Feb 2017, 9:29 AM
Soutik
I assume some code language can be side by side just not all
code
0 голосов
1 ответ
24th Mar 2018, 2:06 AM
Curtis
Create copy constructor in class date assume that dd- mm- yy as member
plss
soon
0 голосов
2 ответов
14th Mar 2017, 2:05 AM
Nandhini
what does this lambda do in python sort. Assume a=[3,2,0,1] b=[1,0,3,2] b.sort(key = lambda x:a[x]) print(b) #res=2310
python
sort
1 голос
4 ответов
17th May 2018, 3:04 AM
Deepak Jayaprakash
Assume you declared int *p and p's current value is 1000. What is p + 1? Please any help?
c++
1 голос
9 ответов
15th May 2019, 4:16 PM
Roy Emmanuel
Can you assume a multi dimensional array as a table with rows and columns?
arrays
java
0 голосов
2 ответов
8th Aug 2016, 1:22 PM
Arjya Laik
Write a cpp application to compute the product moment of an oscillation assume various parameters in formula
c++
-1 голос
4 ответов
25th Feb 2020, 12:15 AM
BOAHENE KING KELLY
How do you import a Java api package into your code?(I assume your code playground?)
api
importing
java
lesson.
packages.
the
using
1 голос
1 ответ
19th Jan 2020, 3:01 AM
Sherlock Holloman
When we write an algorithm we assume the first element of array as 0 or 1
algorithm
arrays
0 голосов
1 ответ
20th Sep 2019, 3:26 AM
Yatharth Mittal
The following program has syntax mistakes. Correct them. On each successive line, assume that any preceding error has been corr
c++
0 голосов
8 ответов
4th Oct 2019, 12:07 PM
Omar Mahrous
The bonus is $1000 plus 2% of the amount above $7000 of the employee's annual salary. Assume that every employee has annual sa
c++
cout
-1 голос
6 ответов
2nd Oct 2021, 4:50 PM
اية ناصر ابو موسى
How to compare... Assume an id given by user and an id stored in a table in python sqlite3
mysql
python
0 голосов
3 ответов
30th Jul 2017, 6:24 PM
Tanmay Sharma
I don't get why d.x is 16. I assume it may have something to do with upcasting/downcasting but I'm not sure.
c#
0 голосов
3 ответов
9th Jan 2020, 7:37 PM
Giura Emanuel
When I am doing exercises for practice and they mention a constraint, should I assume it will be true or check for it?
codingexercises
practice
3 голосов
3 ответов
15th Oct 2018, 3:21 AM
C.E.
Python - After a variable is assigned to another variable, under what condition do we assume the concept of shallow / deep copy?
assignment
copy
python
2 голосов
3 ответов
8th Oct 2020, 12:10 AM
Solus
Assume x = 1. What is the truth value of the boolean: (x != 1) == !(x == 1)
boolean
boolean-logic
logic
logical
operators
0 голосов
2 ответов
26th Jun 2017, 11:27 PM
Blaq Ice
Friends assume that I know all the web designing programs (html,css,js) so now where should I write this code to create website
css
html
js
3 голосов
2 ответов
24th Sep 2017, 1:26 PM
Hari Prasad Acharya
write aprogram that calculates average mark of female students in class assume that the last valu read is Sentinel -1 from mark
c
programming
1 голос
1 ответ
25th May 2019, 1:51 PM
seraj aldean
Assume If u have employee table. U have to fetch the results whose salary is greater than 5000. Without using where clause.
mysql
sql
0 голосов
3 ответов
25th Jul 2017, 10:28 AM
vignesh waran
3. Write a program to print the following output for the given input. You can assume the string is of odd length .
c++
java
1 голос
1 ответ
28th Sep 2017, 12:04 PM
karthik
On a screen assume that there is a division..below that there is a button..on pressing the button, 1 should be printed in div..
<div>
0 голосов
2 ответов
20th Jul 2020, 7:35 AM
Adeeb Khan
Hey guys can anyone help with the svg stuff ? Do you assume that the path used is like drawing on a graph paper?
html5
svg
1 голос
2 ответов
21st May 2018, 9:00 AM
Belinda Marion K
Assume there is a class Derv with one int variable that is derived from a base class Base with one int variable.
c++
class
declarations
0 голосов
1 ответ
11th Jan 2021, 12:43 AM
mohamed emad
Assume that there are two clusters among the given two-dimensional data points and two random points (0, 0), and (2, 2) are the
@sololearn
-1 голос
1 ответ
18th Apr 2022, 1:15 PM
Shubham Mandgaonkar
Assume we want to design a logic circuit with three inputs x, y, and z. The circuit output should be 1 only when x=1 and either
boolean-logic
0 голосов
2 ответов
25th Sep 2020, 5:26 PM
abiso_ csa
assume user can input 2 integers, let it be (15,3) so we have to print all the possible sums of 3 digits which equals input1(15)
java
logic
0 голосов
2 ответов
11th Jul 2017, 2:01 PM
Jay Parekh
Whats the output of the following program
all
are
assume
files
given
header
1 голос
1 ответ
14th Dec 2018, 6:23 AM
Gokul
i heat this quetion : if diameter of moon is 1/4th of diameter of earth desing an gorithm that computes the diameter of moon assume diameter of earth as 12800km Hint : diameter of moon = 1/4* diameter of earth? pleas help me ☹️😭
java
1 голос
6 ответов
8th Mar 2017, 2:30 PM
Khulud Al-slman
What is the difference between showing and selecting. I assume when I select something it can be manipulated, but I may be wrong. I.e. SHOW columns FROM customers vs. SELECT * FROM customers. Is there a difference?
sql
0 голосов
3 ответов
12th Jul 2016, 10:13 AM
Tore Bjerkan
sql
and
assume
following
If
order
sql
the
use
we
1 голос
2 ответов
20th Jan 2018, 1:26 AM
ahmed latef salih
what is the size of operate? assume size of (int)=2 #include <iostream. h> using namespace std ; class test { int x_ ; int y_; } ; int main() { test t ; court<<size of (t)<<" ; }
c++
-1 голос
2 ответов
12th Aug 2016, 8:37 AM
Santhosha S R
When I get to the console application part and put in the project name etc.. once I hit next it does not continue and I basically get a failed message. I assume because I'm using a mac and it does not have a c drive. What's the work around?
c++
0 голосов
2 ответов
28th Dec 2016, 6:46 PM
Laz
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
Актуальное сегодня
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
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
Ruby programming?
3 Votes