Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
Why output is differnt of a C language code. Int a,b,c; a= 4 b=2 c=3 c= --a - ++b + c++ ;. Outpt c=4 in dos and ubunt c=3
c
1 голос
4 ответов
17th Sep 2017, 6:00 PM
Praveen Patil
I used action in my form code. And provide a url. But when i click submit button it is not moving its destination.
forms
html
0 голосов
2 ответов
1st Mar 2017, 5:59 PM
sumer
Hi. I want to do a link but the link which you press for example "buy" and open a new page that you code. How i can do that?
css
html
0 голосов
3 ответов
27th Oct 2019, 2:02 PM
Joaquin Yablo
Do you guys know how the codes in the c# api relate to each other? I dont want to waste time looking up every code.
c#
code
each
how
other
relates
to
1 голос
2 ответов
1st Mar 2017, 6:47 AM
DoubleVermine
An airline has assigned each city that it serves a unique numeric code. It has collected information about all the direct flight
python3
0 голосов
1 ответ
24th Aug 2017, 10:37 AM
roshnee vishwakarma
I am currently working on a code. I just did <a href="#" on three different text. How can I write on them and still link them?
css
html
1 голос
1 ответ
19th Mar 2020, 5:46 PM
Amuwa Timothy
Hey! I want to ask a question that is what is the purpose of using cin.ignore() in C++? Like when or why to use it in code.
c++
helpplease
1 голос
2 ответов
12th Jun 2018, 5:08 PM
Sana Fatima
how do I ensure that a user does not input a number less than 1 or greater than 10 in this code. int a; cin>>a;
c++
1 голос
2 ответов
26th Dec 2016, 6:56 AM
Cody Arthur
What is the wrong in this code. How can make it works. I know this code is not work in Sololearn playground. Help guys..
code
error
java
0 голосов
1 ответ
18th May 2018, 11:39 AM
Pubudu
Hello guys. I somehow messed with the code in the code project in 'analyzing data with R'. Can someone send the initial code.
r
0 голосов
1 ответ
24th May 2022, 2:28 AM
Mathews Wafula
There is a syntax mistake in the last line of this code. Could someone fix it please? import string list=[] for s in dir(string): list.append(s) for i in range(len(list)): n=list[i] print (string.str(n))
python
strings
syntax
2 голосов
4 ответов
5th Jan 2017, 1:45 PM
Anselm
Please I need the answers and little explanation. What type of variable is X. What is numb in the code. What is Randon
guys
hello
-1 голос
1 ответ
22nd Jul 2017, 9:15 PM
wilson
Hi guys I have a question .could please help me how can I search in an string a particular word .I mean that what is its code.
c
1 голос
1 ответ
26th Mar 2019, 10:06 AM
Daniel
I created an HTML5 Form with many <select> tags and I wanted to obtain some of the values or options in my JavaScript code.
code
form
html
javascript
select
0 голосов
1 ответ
19th Jun 2020, 10:47 AM
BTarget7
please how can I link the Css codes with the html code. I'm using notepad ++ for the coding. I actually want to create a background color and heading color as well. Thanks
css
html
2 голосов
3 ответов
19th Jun 2016, 7:09 PM
Harlord Kwaku Baffoe
NEED HELP FROM EXPERT! Please put comment on every line of my code. Like why we use this code in this line. For my report.Please
beginner
c++
cin
comments
cout
cpp
iostream
java
-4 голосов
2 ответов
22nd May 2017, 11:52 AM
eiro Jan
So I have to make it a full diamond , but I have a problem . How to give space from left side . Here's my code.
c++
help
0 голосов
2 ответов
27th Dec 2017, 9:30 AM
Abhishek
I cant find the error in this code. I wrote it so it could accept the room ID, the name of the customer and phone number.
c++
code
error
0 голосов
1 ответ
27th Aug 2022, 4:05 PM
Vick
Hey guys, I've saved one test code using test it option, but not sure where it got saved, can someone guide me where to find my save code.
html
0 голосов
2 ответов
11th Sep 2016, 10:58 AM
zia zubair
How do i fix this code. Im trying to pull an item from a list. Have that item mean a word, and pull it by using user input
help
int.input
python3
0 голосов
1 ответ
17th Oct 2018, 4:16 PM
pixel strength
I want to display the most less number in my code. I don't know what can i do if the first number is less than the second? Thank
array.
min
0 голосов
1 ответ
19th May 2020, 6:20 AM
Malick Diagne
How i can stop the program to input an invalid code. i am asking for a number then the user enter a letter how i can prevent it?
ASAP
help
need
0 голосов
1 ответ
20th Aug 2017, 12:42 AM
Brad Pete
I don't get how num helps us find the find sum of user inputted numbers. please explain this code. Although I did notice that without it the output is always 0 no matter which number is inputted.
c++
loops
2 голосов
2 ответов
9th Aug 2016, 6:15 AM
Sundus Yawar
I can't get this for loop to change the 0 to a 1. I need it to count to 30 by 5s. I would appreciate any help. Here is the code.
javascript
0 голосов
2 ответов
13th Oct 2016, 12:26 AM
Thomas Weber
i tried to run the code on my command line but it giving me syntaxError: invalid syntax from sys import argv python ex13.py, first, second, third. what the correct way to write the code.
python
0 голосов
2 ответов
27th Sep 2016, 11:11 AM
Jimoh Abdulwahab (wabjay)
int N , M; cout << "ENTER N M: cin >> N >> int **p = new int *[N] for(int i = 0; i < N; i++); P[i] = new int [M]; what is it means? i dont understand pointers of this code. please explain
c++
pointers
1 голос
2 ответов
11th Aug 2016, 7:28 AM
mirbek
Why is it that this app is no longer explanatory as it used to be? In css3 tutorials, the entire css input is not shown, just the new line of code. And the corresponding html code isn't shown and explained as it used to be in html and css tutorials.
box-shadow
css
css3
0 голосов
3 ответов
20th Jun 2016, 11:33 AM
Lawrence Ainetor
Hello guys, I've been trying do some codings but having issues with my web browser (google chrome) in running my codes... sometimes it won't appear and some times it will appear but not as specified in the code. what could be wrong here?
code
html
0 голосов
2 ответов
20th Aug 2016, 8:02 PM
Adewale Adewumi
Hello I need help on my assignment. I have a maze using symbols like - and |. It is a constant char array. Can i get help on how I can draw the maze on the screen? I'm not sure on how to write this code. Thanks for any help.
c++
0 голосов
2 ответов
27th Sep 2016, 10:45 AM
Raul
Using code playground, can someone tell me if the output for this code is normal or is something wrong with my code. It doesn't let me input velocity or time after I run it, is that normal for code playground? Total newbie to here. Just a simple code to calculate distance.
c++
0 голосов
2 ответов
1st Oct 2016, 10:07 PM
Rushawn
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
18
19
Следующий >
Актуальное сегодня
Learn python
2 Votes
Help for study
1 Votes
Spying on me
1 Votes
Discrete-Time Signal Representation
0 Votes
Where's PHP and Ruby courses?
1 Votes
Detach thread exception
1 Votes
Hey, is the "Snowflake" mission not working?
0 Votes
Qt timer timeout
0 Votes
Not video
0 Votes
Not image in the page
0 Votes