Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
Write program that tells how many different types of values are their in the following list. L=[1, 6, 'list, 3.5, 'type, 'a', 8
need
solutions
-2 голосов
2 ответов
17th Dec 2020, 3:29 PM
Hima Varshini
Can anyone help me with the pseudo code to perform addition of two 8 bit numbers using 4 bit adder??
-1 голос
1 ответ
11th May 2017, 2:01 PM
Md Shaifan Shahid
Create a program that will display all the members multiple by 3 from 0-255 in binary. Use 8 Led's for display.
c#
variables
-2 голосов
3 ответов
23rd Nov 2017, 5:42 AM
eric alquiza
numbers = list(range(3, 8)) print(numbers) >>> [3, 4, 5, 6, 7] ... Why is 8 not included there if its a part of the range, yet 3 is included in there?
python
range
5 голосов
5 ответов
27th Dec 2015, 12:18 AM
Jorge Montiel
a = ( a [a [a [a [1] - 8 ] ] ] ). I need a little explanation on how we get 5 when executed or print. Thanks
question
1 голос
4 ответов
17th Apr 2020, 3:38 PM
Akinpelu Kolawole
помогите пожалуйста разобраться с этой задачей. почему выходит такой результат: 0 1 2 3 4 5 6 7 8 9 1 0 1 1 1 2 1 3 1 4 1
javascript
4 голосов
5 ответов
8th Apr 2017, 4:34 PM
░S░M░I░T░H░
Output of the code is note as expected. Can anyone help? When int x={4,16,20,19} There's will be the Output is -> 38 40 32 8
c++
0 голосов
2 ответов
15th May 2019, 4:54 AM
Rhea May Abay
Good morning sir. I have again errors line 8 and line 9. I want to increase and decrease counter in one place. Thanks you sir.
and
counter
decrease
increase
0 голосов
1 ответ
9th Jan 2022, 12:56 PM
Malick Diagne
Why a+b gain me ab not realy a+b.? If i enter value of a and be as 5 and 3 the answer show 53 not 8 why?
&
0 голосов
3 ответов
22nd Sep 2020, 11:33 AM
RD:programmer
Why Entering 1-10 Will Realize 1 2 3 4 5 6 7 8 910. I know it's caused by%2d, but I don't know why this is the case.
language-c
0 голосов
3 ответов
9th Mar 2020, 4:29 AM
Por_Libereco
I don't know why it giving me ...un valid syntax in line 8 (file . close ),can any one tell why ,or give a clue what it be
project
python
1 голос
2 ответов
26th Mar 2022, 2:03 PM
Musab Adam
how to write a simple calculator in python, only so that it does not accept 8 and 9, such as 8,9,18,19,28,29,108,119 and so on
calculator
0 голосов
1 ответ
9th Oct 2022, 9:28 AM
Meerim Nurmuhamedova
How do I ask for a number that I know at most going to be 8 intgers long, then seperate each integer into an array
arrays
help
int
2 голосов
1 ответ
5th Nov 2017, 3:30 PM
William Rodriguez
shouldn't an array of integers containing 9 elements be int a[8]; as the array starts from 0. and 0 to 8 would be 9 elements. please explain.
arrays
c++
0 голосов
3 ответов
21st Sep 2016, 2:45 AM
Rick
How many computer languages existing in computer science?
1
10
2
3
4
5
6
7
8
9
4 голосов
4 ответов
17th Apr 2019, 12:25 PM
$~James~$
if you don't define string type. How much space it's taken into hard-drive everytime you define a number? 8 bytes or anything it could be?
data-types
javascript
strings
0 голосов
1 ответ
27th Jul 2016, 9:00 AM
Fengge Liu
I have a object of planets in which i have 8 objects which have images also i have a select with the same names as objects
dom
javascript
objects
-1 голос
1 ответ
5th Feb 2021, 4:50 AM
ARUN GUJJAR
Why does this not give me this 15 beep 14 13 12 11 10 beep 9 8 7 6 5 beep 4 3 2 1 (imagine each one of them is in ligne)
c++
0 голосов
2 ответов
14th Nov 2022, 5:24 PM
haythem DRIDI
Not really a question. More of a thank you.
14
8
coding
garrys
gmod
mod
new
python
school
thank
you
8 голосов
3 ответов
13th Dec 2016, 5:58 AM
[VD:L] Silent Stabber
Какую "песочницу" скачать на комп windows8?
8
ask
c++
me
please
prog
proganime
windows
0 голосов
3 ответов
25th Nov 2018, 8:32 AM
tomamutieva
Please i forgot my windows 8 password and i have important things in it and someone say i must erase it for me to continue using it please help with another procedure to solve this problem please
html
0 голосов
4 ответов
23rd Feb 2017, 6:54 PM
Muhmd
can anyone explain this output? #include <iostream> using namespace std; int x(int &a,int &b) { a=3; b=4; return a+b; } int main() { int a=2; int b=7; int c=x(a,a); cout <<a<<endl<<b<<endl<<c; } output:- 4 7 8
c++
0 голосов
2 ответов
23rd Aug 2016, 11:23 AM
Lekhraj Singh
A 1 B 2 C 3 D 4 E 5 F 6 G 7 H 8 I 9 J 10 K 11 L 12 M 13 N 14 O 15 P 16 Q 17 R 18 S 19 T 20 U 21 V 22 W 23 H 24 Y 25 Z 26 pleas help Me....java coding ......one looping use
java
0 голосов
5 ответов
29th Aug 2016, 4:53 AM
Aung Moe Hein
I don't understand how to comes following output???could anyone explain? #include <iostream> using namespace std; int x(int &a,int &b) { a=3; b=4; return a+b; } int main() { int a=2; int b=7; int c=x(a,a); cout <<a<<endl<<b<<endl<<c; } output:- 4 7 8
c++
1 голос
2 ответов
24th Aug 2016, 6:20 AM
Lekhraj Singh
I got the IDLE on my windows 8 and am trying to run else if not (1+1==3): and the shell is highlighting else in red and telling me invalid syntax. Is there any thing wrong with the code? Its on learn Python
boolean-logic
python
0 голосов
2 ответов
23rd Oct 2016, 2:53 PM
Edidiong Udoh
Can anyone help me I accidentally deleted the whole path in system variables while I was setting up the android studio and Java SE 8 . I have reboot my computer several times what can I do to restore my path in system variables
android
c++
java
-1 голос
2 ответов
28th Jun 2016, 7:52 AM
Infinity
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
7
8
Следующий >
Актуальное сегодня
How to properly reverse a string in python
5 Votes
Using Python on VScode
2 Votes
Python Developer
0 Votes
hi my coding instor told me to make a calculator that find the average of two numbers can you pls tell me my erro
0 Votes
Hi guys I need some one to teach the String name how I can do it true because when I finish coding they give me NO OUTPUT
1 Votes
Wayss
0 Votes
fully dynamic arrays
1 Votes
Guys who tell me
0 Votes
Coding apps
0 Votes
Hearts
0 Votes