Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
I have 2 mysql tables i.e customers1 and customers2 with same column names. How do I search from all but only show results of 1?
<?php
0 Voto
4 Respostas
18th Jul 2019, 7:28 AM
joseph sakala
I want to make a quiz in html but I'm getting only 2 options which are C and Swift ! Why is that happening??
html
1 Voto
2 Respostas
5th Jun 2020, 2:44 PM
Clare Richard Rebello
9% (7//2)=1 i am not understanding when there is reminder is 1 of 7 by 2 then how its coming one with 9 ??
numeric-operations
python
1 Voto
4 Respostas
3rd Jan 2017, 4:49 AM
Harsh Ranjan
Whenever I make an input in html like 'name' as soon as I clicked over it ,it's width increases -program's width also.how 2 avoi
<input
type
2 Votos
2 Respostas
10th Jun 2018, 11:51 AM
aditya
I put 2 variables with the value 267 and compared it with the " is" command in Python and returns the False value. What is the
python
2 Votos
3 Respostas
25th Feb 2021, 9:59 PM
Amir
I am looking for a function that find A numbers in B range that sum to C Ex: B =5 A =3 C= 8 Output: 1 2 5 1 3 4
c++
python
python3
1 Voto
8 Respostas
1st May 2021, 1:45 AM
Emad
I cant understand this....> 1 != 1 False >>> "eleven" != "seven" True >>> 2 != 10 True.... with true of false
python3
1 Voto
2 Respostas
31st Jan 2018, 8:44 PM
Reptilian Hermit
Why does my result for Conditionals and Loops Break and Continue question 2 say it's wrong but, all the answers are correct?,
2
and
break
c#
conditionals
continue
loops
question
0 Voto
1 Resposta
17th Sep 2018, 6:42 PM
JOYCE YUN
Boolean logic 2 for python core. Create a program that outputs whether a store is open or closed. I got all test cases except 1
boolean
case
help,
hidden
logic
test
0 Voto
3 Respostas
2nd Jan 2022, 5:08 PM
Jamison McKinney
Im flipping 2 coins 100 times in a while loop and want to know how many times i hit: Tails, Tails, or Head,Tails, or Head, Head.
html
loops
php
while
0 Voto
7 Respostas
20th Dec 2016, 9:04 AM
Luuk Hazes
I viwed the code source of a webpage, and i saw these 2 meta tags, are both of them needed? If yes, why?
html
meta-tag
0 Voto
1 Resposta
25th Dec 2021, 9:42 AM
Tarlan
Java Math.max always compares 2 arguments or it can have more then 2. Check my 1st code with Java i made a program and need help
java
math
2 Votos
5 Respostas
4th Oct 2018, 7:36 AM
Mateusz Legend
How to become a good Software Assurance Engineer for around 2 years to gain experience and then a Business Analyst ?
analyst
business
future
quality
testing
1 Voto
1 Resposta
12th Aug 2017, 10:44 AM
S.Naveen Kumar
if i got 2 inputs in my java code, how should i write them? one after one or write them both?
java
0 Voto
2 Respostas
20th Jul 2016, 9:56 AM
Yuval Mor
The data for batting and it is related to module package: 1- for 1 point in 2 runs,2- for half-century additional 5 points
loops
modules
packages
python3
2 Votos
1 Resposta
31st Jan 2020, 3:32 AM
Utsav Singh
How does c++ figure the result of more than 2 conditions in (if, while , for) if i didn't use any ()??
c++
conditions
howitworks
1 Voto
2 Respostas
14th Jan 2017, 10:00 PM
Mina Ghaly
In forms.py line-no.15, there is .clean() and the method name is also clean(). So whats the difference between those 2 clean met
django
python3
0 Voto
1 Resposta
20th Aug 2022, 7:48 AM
Levi
In c++ i want to make a program in which, output is the difference between N(input) and the next highest number in power of 2
c++
if-statements
0 Voto
4 Respostas
14th Oct 2018, 2:55 PM
Chetan Satpute
int[ ][ ] myArr = { {1, 2, 3}, {4}, {5, 6, 7} }; why are there only 2 [ ] in the array declaration?
arrays
1 Voto
5 Respostas
21st Jan 2018, 11:40 AM
russ
var a=66; var b=a % 4; var c=b % a; document.write(c); ans is 2 how ??? i thought ans is zero coz b value is 2 and go to nxt step c=b%a 2%66 there is no reminder it will divide completely without reminder so ans is zero plz explain me clearly guyz 😇😶
javascript
objects
0 Voto
5 Respostas
19th Feb 2017, 4:52 PM
Mo D'souza
I need to detect if a object is hiting a obstacle from X axis or Y axis. The motion works with a Vector that stores 2 variables
collision
game
vector
3 Votos
6 Respostas
9th Jan 2017, 3:59 PM
Igor Busquets
Can someone help me figure out the error in this problem of finding the gap of 100 consecutive composite number between 2 primes
java
0 Voto
2 Respostas
3rd Dec 2021, 8:28 AM
Ahsan Habib Laskar
How can i have it for every number i input it comes out again listed for example 3 ~1 2 3
python
0 Voto
2 Respostas
14th Mar 2017, 12:31 AM
Luke Weisenhorn
Дано вещественное число — цена 1 кг конфет. Вывести стоимость 1.2, 1.4, … , 2 кг конфет. нужно с циклом do while
c#
0 Voto
1 Resposta
23rd Mar 2018, 6:26 AM
Виктория
Write a Program to find the longest positive sequence in array.For eg-> Input -> 1 2 -4 6 7 8 9 -5 3 Output -> 6 7 8 9
c++
0 Voto
12 Respostas
7th Jul 2017, 5:17 PM
Rashi Walia
. Given an array and an integer, find the smallest subarray with length 2 whose absolute difference is greater than the given in
c++
-1 Voto
2 Respostas
21st Aug 2020, 9:45 AM
ashutosh tripathi
Good afternoon how can i joined 2 tablea from different database like database A user to database B user i want t combine them
lavel
mysql
0 Voto
3 Respostas
24th Aug 2020, 11:03 AM
Hoo Lee Sheet
How to write a c program that will print all even numbers from 2 to x, user must input the max.value using for loop?
for
loops
0 Voto
4 Respostas
9th Jan 2018, 12:03 PM
Mae Ann
I have a table in SQL that contains 2 primary keys of other tables how can i write its script on sql command line
code
mysql
sql
0 Voto
2 Respostas
29th Mar 2020, 5:42 PM
safae safa
Why is the value of n (when printing n1:{n} after the r(lst,n-1) becomes 2 and not 1?what happens when the function do return?
code
python
resursion
0 Voto
1 Resposta
9th Jul 2023, 1:40 PM
Azalea
Is it possible to delete other profiles which I challenged but I will have to wait about 2 days because of their no activity?
7
0 Voto
2 Respostas
14th May 2020, 4:55 PM
Umidbek
Can I program a sign that connects 2 the phone n displays a message?what's the name of those old signs that have moving letters?
comments
java
movements
robot
sign
0 Voto
4 Respostas
21st Jun 2017, 10:23 PM
Steph
How to get as good as yu guyz in programming and how long does it take. I think l have been doing something for 2 years
coding
data
python
science
web
2 Votos
2 Respostas
28th May 2020, 8:59 PM
Sky
i have created 2 activities in same project on android studio...and when i run it via my phone ...only main activity runs
android
1 Voto
1 Resposta
10th Jul 2018, 5:07 PM
Dhanaraj S
I have 2 list in python, list1 and list2, i need to access this list in loop one by one, how can do we do it dynamically?
python
0 Voto
6 Respostas
16th Oct 2018, 1:36 PM
Bishu Giri
Hello I have a little problem why is the value of x 2 after this code Int x = 4; Int y = 9; x =(y%x !=0) ? y/x : y;
c#
1 Voto
8 Respostas
19th Aug 2016, 4:52 PM
mathias
Use nested switch to calculate bill if cutomer buys 3 items..the customer can either choose 2 items of one kind or 1 item of
nestedswitch
1 Voto
2 Respostas
10th Sep 2018, 5:09 PM
Shivyaaa
please help me to write a c++ program to find the LCM of 2 integer positive number using function named 'Laghu'.
c++
functions
1 Voto
1 Resposta
12th Jan 2017, 11:44 AM
Anurag Nihal
how the last one will become 3???
["string"
[1
=
0
2
3
number
things
2 Votos
4 Respostas
31st Aug 2019, 8:19 AM
Suraj Das
In excel the rows are horizontal or vertical?I am confused bcoz i have 2 books and both of them have diff information .
excel
0 Voto
2 Respostas
14th Mar 2019, 7:04 PM
Astha Bisht
How This made 7 can i get help is This add 2 in any circle or just one and then condition till the base case done
java
recursion
0 Voto
3 Respostas
13th Nov 2020, 5:23 AM
Asma Omer
I don't understand how to i attatch image in HTML. Can anyone show me a sample? I am confused .. Since 2 days.
help
0 Voto
1 Resposta
17th Jul 2023, 7:36 PM
Michael Borson
If you divide 365 by 1,2,3.....365, and then 366 by 1,2,3......366 what is the difference of the sum of the remainders of the 2
python
2 Votos
2 Respostas
7th Feb 2018, 7:39 AM
Magorex
When the programing is 1==(1 or 2) the output is true. But instead of 1 i gave 0, and 2 i gave 1 the output is false. Explain.
operator-precedence
python3
scripting-languages
2 Votos
3 Respostas
2nd Sep 2019, 3:42 PM
HEMANT KRISHNAN
I have made a table employee where are 2 employee having same designation what command or query i should use to show name & id
sql
0 Voto
3 Respostas
21st Oct 2019, 8:01 PM
Disha Dey
Write a c++ program. Make sure your program handle all validations Use at Least One class. C= 1/b + 2 / (a+1)
c++
0 Voto
1 Resposta
15th May 2020, 12:29 PM
Nathaniel Kwaku Awenate
A carpenter is cutting a long plank of wood of length N cm and fixed width of 2 cm into pieces of shorter lengths. Given that e
computer
science
0 Voto
5 Respostas
5th Dec 2020, 2:01 PM
Franque Cgei
When I input 2 it prints human and not human. Should just print human. Tried to get rid of the else statement , it didn't work.
c++
cpp
else-statements
if-statements
1 Voto
4 Respostas
22nd Oct 2018, 6:29 PM
Dels White
How can i declare a function with ' 2 dimensional char' array in c.?? I am trying like this : void structural (char [] []);
function
0 Voto
3 Respostas
5th Jun 2020, 9:43 AM
WaYR🇧🇩
in the float lesson it for division a single forward slash was used but in numeric operators it uses 2 forward slashes why??
data-types
python
0 Voto
2 Respostas
2nd Feb 2017, 1:58 AM
Xmea
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
39
40
41
...
44
Próximo >
Quente hoje
What's wrong with this code ? ( Beginner)
3 Votes
Ejercicio Pytho
0 Votes
Please rate my code from 1 to 10
2 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Pig Latin
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Square Roots
0 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Uuu
1 Votes