Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
Am new to this app and my stream is mechanical engineering and i am interested in learning about unix and its command's
linux
ubantu
unix
1 голос
1 ответ
18th Nov 2017, 2:53 PM
Aru
here is my code for ln(x) but for all 1<=x<2 its output is zero , can anyone please find the mistake in it
c++
0 голосов
2 ответов
24th Feb 2017, 2:02 PM
chandan reddy
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
Its hard to learn c++ during college year there is too much subjects but only free time is Sunday that i could learn it.
for
friends
interacting
just
with
2 голосов
1 ответ
25th Apr 2017, 2:54 PM
Himanshu Saroj
I wrote a code with intention to obtain two numerical inputs and add them but its not working: pls help var V = prompt("enter V"); var U = prompt("enter U"); var ln = U+V; document.write(ln);
javascript
operators
0 голосов
7 ответов
10th Dec 2016, 2:44 AM
Nwaburu Emeka Christian
C++ is in my course i have to learn it but i could not understand even its basics and can't write a program any tip for me?
c++
0 голосов
3 ответов
27th Dec 2017, 6:02 PM
Tayyaba Razzaq
I was just wondering why spam and eggs is always reffered to in python? I mean i get that its some sort of monty python refrence but why???
python
1 голос
2 ответов
6th Apr 2017, 4:33 PM
anni
I have been searching the whole f.day where is my mistake and finally i just realize its the > sign i just make it x >=3 . Omg
calculator
loan
loancalculator
0 голосов
1 ответ
3rd Nov 2021, 8:00 PM
NattaN 45
What is the meaning of the following line in a class member function? Its all about this pointer! But i wanna know the exact ans
c++
0 голосов
2 ответов
21st Sep 2018, 2:36 PM
Bunny
Please guys, which pdf file do you highly recommend me to use to learn python from scratch to advance?. Its urgent please
python
-4 голосов
2 ответов
28th May 2021, 7:08 PM
Bassey Ukeme
Fill in the blanks to declare a variable, add 5 to it and print its value ? X=4 , x__=5 , print__
python
-1 голос
1 ответ
31st Jul 2022, 5:24 AM
Jafer Hu
I thnk its time to bring Advance Java,Servlets tutorial ,Jsp slowly one after another we should add this ..agree or nt my frnds
advance
java
0 голосов
2 ответов
23rd Jul 2017, 5:33 PM
Ashish Shukla
So how do i install python so i can learn on my windos laptop and its my firt timr trying to learn code
python
0 голосов
2 ответов
23rd Dec 2016, 7:38 PM
jose
What will be the code for finding the element which occurs with maximum frequency and also to display its frequency in an arra.
c++
0 голосов
2 ответов
20th Oct 2016, 8:56 AM
Deepro ghosh
plZ how can we make a program in c++ enum type for all possible results rock paper scissors and its out put would be
c++
0 голосов
2 ответов
7th Oct 2017, 7:40 AM
Muhammad Usama
hey people my computer just crashed and now i think that i should start studying html on Android. can u tell me if its possible to do that without a computer.
html
1 голос
4 ответов
30th Oct 2016, 3:57 AM
Sahil Sihag
Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x + = 5 >>> print
python
-1 голос
3 ответов
28th Apr 2020, 6:54 AM
Salman farooq
I'm still a bit confused about how percentages work.. is it a percent of the page size, be its native width or height?
html
images
1 голос
1 ответ
4th Aug 2016, 3:52 PM
Sally Ariza
we have a lot of css code and its difficult to memorize all of them , and css is one of language that we should learn , is there
css
html
javascript
jquery
1 голос
3 ответов
1st Apr 2017, 8:07 AM
Mousa Bagherpour Jahromi
Guys this code is working in my laptop but in solo learn its not working check this all of you and tell me reason?
thread
0 голосов
2 ответов
26th Feb 2017, 5:46 AM
Pradeep gupta
Guys i don't think i have my concepts clear its really confusing. I don't know where to use void where to use static scanner
java
0 голосов
1 ответ
12th Apr 2020, 10:27 AM
Sa'ad Ali
hello im the student of studing the BCS In this year and its the my fist time. so what can i do about the programic plz teach me
properties
0 голосов
3 ответов
24th Nov 2017, 8:42 PM
Abdul-razak Moh'd Abrah-man
I am a beginner why at front its print ('Hello world!) Then answer is Hello world! But when we do programming we need to add '''
python3
0 голосов
1 ответ
7th May 2020, 7:31 PM
Rakesh Jain
Write a program to print all the LEADERS in the array. An element is leader if it is greater than all the elements to its right
c
-2 голосов
2 ответов
11th Oct 2018, 2:42 AM
Golu
[RE_UNSOLVED]my program is not able to read data from file on pc , its just printing bunch of zeros when testing the input
c
file
file_io
zero
0 голосов
1 ответ
25th Feb 2018, 6:32 AM
Hridyansh Thakur
pls somebody help me i don't know how to set Android Studio Gradler its shows me no versions of com. android. tools. build:gr
gradler
0 голосов
1 ответ
2nd Aug 2020, 12:07 AM
Usman Suleiman jibrin
I am trying to install nb Android but its giving me alot if headache. I have added netbeans Android to the configuration update
android
configuration
netbeans
problems
0 голосов
1 ответ
30th Mar 2019, 1:09 PM
omitogun toni
please solve my codes and helpme these codesare in NODE.JS
all
help
its
iwillfollow
java
javascript
neccesary
request
to
you
2 голосов
1 ответ
14th Oct 2022, 3:25 PM
Vedansh Sharma
Im new to C++, for some reason my first sum becomes a really big negative number while that part works perfect on its own. Help
c++
sum-function
0 голосов
2 ответов
6th Jan 2018, 1:00 PM
Dylan Rongé
Constructor call that is used by the sub class to call a constructor of its superclass A. new B. extends C. implements D. super
java
0 голосов
2 ответов
23rd Aug 2016, 10:14 AM
Nardz
Was askin wat z da long form of "cout" as for C we used printf !! I want to know its meaning well !!!
c++
0 голосов
2 ответов
16th Nov 2016, 8:29 PM
Prowilly Williams
Im new to solo learn but when i tri to do a basic coad in htlm in coad playground it dosent work i think its that some of the
htlm
1 голос
2 ответов
17th Aug 2018, 9:34 AM
Manxuma123
I understand how declaring a variable as static affects its relationship with objects, but I'm having difficulty understanding how doing so with methods has an affect.
java
static
2 голосов
1 ответ
30th Mar 2016, 12:10 AM
xDD90x
how do u do this ........The index method finds the first occurrence of a list item and returns its index. If the item isn't in
lists
python
0 голосов
2 ответов
20th Mar 2017, 3:21 PM
unjel masters
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
hey its a good exampl but v already did bank ops...can u tel me som othr topics??som thng interesting...i shud creat 5 own programs for my project...:(
java
1 голос
2 ответов
2nd Sep 2016, 3:22 AM
abi
What can i use to practice PHP and SQL on my android cell phone, something i can combine Html coding to see its effects?
android
cellphone
html
php
practice
sql
0 голосов
1 ответ
29th Aug 2018, 11:29 PM
Aries
What i can do with an html ?my english its so bad and i didnt understand a lot and how i can change this app to arabic language
html
0 голосов
2 ответов
27th Dec 2019, 11:30 AM
heroeskiller60
I want to increment the global variable when i call a function but its giving me an error can some body help me out
python3
0 голосов
1 ответ
7th Oct 2018, 4:45 PM
Velivela Sai Chinna Madhu Babu
If there is something called an unified app for an given language and its offering it and I accept where is it nothing changes
c#
0 голосов
1 ответ
25th Dec 2016, 5:35 PM
Ronald Keith
Write a program that reads an integer value and prints its each digit in words using a tuple as follows: Input: 48261 Output: Fo
#needanswer
-3 голосов
2 ответов
12th Oct 2020, 3:21 AM
Ripunjay singh CRqndsGCxu
Do I have to learn js before jQuery or can I just start with jQuery, I have a small background about js but its stil hard for me
javascript
jquery
1 голос
2 ответов
14th Aug 2017, 1:01 PM
ammar adiga
In for loop for factorial, if the initial value of i is 1 then how can we decrement its value by ++i in dry run?
c++
0 голосов
2 ответов
9th Apr 2017, 3:15 PM
Tehreem
About the app Can anyone please tell how to use code playground feature. I am creating my code and its giving"no output" as an answer.
c++
0 голосов
2 ответов
11th Jul 2016, 6:33 PM
sherry
When we declare a class as final does it mean that we cannot create its subclasses or it cannot be the subclass of another class?
final
java
0 голосов
2 ответов
2nd Jan 2016, 12:13 PM
Shubham Jain
I join programing clases bedor few days,I want to by laptop on which i can do all programing,bt its prise not more than 25k .
java
jdk
0 голосов
2 ответов
9th Nov 2016, 8:07 AM
Dattatraya Bharti
if i just wanna use an image and make it cover the whole page and not repeat, as well as making it scroll with all of its content..how can i do that please?
background
css
3 голосов
2 ответов
8th May 2016, 9:43 PM
Abdul-Salam Akorede Ajayi
in sql database how to map data of 2 table ..1 common field but in one table its data type is 111111A and in other 111111 only
sql
0 голосов
2 ответов
22nd Nov 2016, 4:10 PM
Chander Mani
Fill in the blanks to declare a variable, add 5 to it and print its value. >>> x = 4 >>> x = 5 >>> print
python
-1 голос
1 ответ
7th Nov 2018, 4:07 PM
Petar Shutkin
I like qbasic was wondering if there be something on it here very little is left on the web. Its how I really got into coding.
qbasic
0 голосов
2 ответов
9th Feb 2017, 2:22 AM
Ryan Shorter
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
34
35
36
Следующий >
Актуальное сегодня
Why is the model not loading?
1 Votes
C++ question
1 Votes
Fix Rivers in 2D Terrain Map Generator
3 Votes
I've completed the c# introduction sololearn course
1 Votes
Question on 50- win badge
0 Votes
How the operators and commands in this code are executed?
1 Votes
Crane
1 Votes
Correct version of program
0 Votes
How to make a website
0 Votes
How can i improve my python skills ?
0 Votes