Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
My first windows form app, Kind advise how to write more efficiently. don't know to write for display only two decimal
#csharp
0 Votes
2 Answers
29th Apr 2019, 3:06 AM
Kyaw Myo Oo
Define a function called "Division" with two parameters and return type float, which divides the first parameter with the second
int
main
0 Votes
2 Answers
10th May 2018, 7:17 AM
Mwesigwa Jovan Jonathans
So about the function Def, here the code I can solve it in two ways, which is better? Thank you
def
function
0 Votes
2 Answers
9th Sep 2018, 8:24 AM
jill jealous
How can I order two different values of an x attribute, when they share the same value of a y attribute, on the same line? In R
attribute
problem
r
sql
tables
0 Votes
3 Answers
18th Feb 2020, 11:24 AM
Davide De Simone
Is it possible to combine these two codes and create a general logic for sum of digits of any n digit number?
sum_of_digits
2 Votes
2 Answers
30th Sep 2017, 12:10 PM
Saloni Singh
I used an OR operator in my if-else statement, I put two integers in the condition separated by ||. Syntax error shows..Why??
error
operators
or
1 Vote
3 Answers
24th Nov 2016, 3:35 PM
Aniket
Given an unsorted array of size n, WAP to find and display the number of elements between two elements a and b (both inclusive).
c
program
0 Votes
3 Answers
8th Aug 2022, 1:15 PM
Aditya Khandelwal
how do I add two time values together, for example it needs to be able to add 25 hours and 3 days together
javascript
0 Votes
2 Answers
28th Jun 2020, 9:12 PM
RKD
How can I change the fontsize and style of any one or two words in a python statement
answer
please
-1 Vote
1 Answer
6th Jun 2019, 1:10 AM
Nandan
I don't understand the concept of the program that accepts the input of two numbers and prints their sum.
c++
variables
0 Votes
1 Answer
9th Oct 2019, 12:06 AM
ryannotbrian
Fill in the blanks to declare ''People's'' constructor, taking two parameters and initializing its private members: name and dat
c++
classes
-5 Votes
4 Answers
20th Apr 2020, 6:09 AM
malliga murugan
A C++ Program To Swap Two Numbers x and y if x is greater than y. Output both numbers
c++
0 Votes
1 Answer
30th Apr 2020, 9:45 AM
Nathaniel Kwaku Awenate
C++ code to Copy one dimeensional array to another new one , same size and type. Using two nested for statement.
c++
0 Votes
3 Answers
12th May 2017, 1:38 PM
shad oow
How does the compiler ignores the comments by the two slashes even in comments there is no semicolons that terminates the lines?
c++
1 Vote
1 Answer
26th Jul 2020, 3:18 AM
Saumya Pratap Singh
Q.Make a code which take two integer as input and shows in Euclid's division algorithm with LCM and HCF.(hint: HCF*LCM = a*b)
algorithms
challenges
cpp
division
eculids
hcf
lcm
3 Votes
1 Answer
5th Sep 2017, 9:10 AM
Nishant Shekhar Soni
You have a class ''Student'' with two members, "age" and "num". Fill in the blanks to initialize those members in the constructo
c++
classes
0 Votes
2 Answers
30th Apr 2020, 7:57 AM
Baijunath Sharma
How to check if two input field values are same in jQuery dynamically. Im using array for this name="name[ ]"
html5
jquery
0 Votes
1 Answer
28th Feb 2020, 5:40 AM
Gopinath M
I do this relation between two interface child. I want to display farther and son. Why it is null in this place? Thank you.
and
displa
var
1 Vote
2 Answers
25th Jun 2020, 6:30 AM
Malick Diagne
If think it would be good to spice up the challenges with a balance statistics of wins, losses and draws between two players.
challenge
3 Votes
2 Answers
8th Jan 2017, 11:39 AM
Shahar Levy
Why did we get this kind of output in the following two codes mentioned below ? Can any one explain me clearly...
sololearn
1 Vote
1 Answer
8th Sep 2019, 10:11 AM
Kiran Deep Naidu
Write program use a rand() function to produce two positive integer. Program should promt user question.How much is 6 times 7?
python3
0 Votes
1 Answer
21st Oct 2018, 12:55 PM
Goodboy08
Please guys, if one wants to write a program that will ask the user to enter two numbers x and y, and computes it as |x-y|/x+y
python3
1 Vote
3 Answers
23rd Oct 2020, 6:37 AM
Abioye Olajide
Define two functions to print the maximum and the minimum number respectively among three numbers entered by user.
program
-2 Votes
2 Answers
15th Mar 2018, 4:53 PM
Vikram Vm
Can somebody help me with this question.. Which of the following two statements are valid? Why? 1. x=1,024 2. x=(1,024)
c++
type-conversion
variables
1 Vote
2 Answers
27th Sep 2016, 5:47 PM
Devansh Kaushik
Two arrays, A , B, of equal size. Find minimum value of A[0] * B[0] + A[1] * B[1] +…+ A[N-1] * B[N-1], where shuffling of eleme
arraylist
arrays
code
codeplayground
itertools
lists
math
modules
python3
tuples
1 Vote
3 Answers
22nd May 2020, 8:30 AM
Niranjan
Everytime I use two inputs in the same code the second one gives and error message. Am I doing it wrong?
phyton
phyton3
0 Votes
2 Answers
13th Oct 2022, 9:38 PM
Ogunmolu Dipo
i wrote 2 different program on my html can i link the two togeda like having them as 2 webpage on one program
<a>
1 Vote
2 Answers
21st Nov 2018, 7:06 PM
Azeez Halimat
How can i open another form using two numbers 18.5 to 24.4. If the answer whas in the middle how can it open another form?
learning
new
visualbasic
0 Votes
5 Answers
1st Feb 2017, 11:57 PM
John A
How do I add the numbers between two numbers? For example 4 and 8 add me to 5,6,7 and show the result that is 18
c++
sum
1 Vote
3 Answers
30th Apr 2020, 4:49 PM
KeynerZzz
How to Print " Hello world " ( not Quotes) on the Same line,Using two Statements(not use any variable to hold values) in python3
python3
0 Votes
2 Answers
25th Aug 2019, 5:04 AM
Pushkar Singh Bisht
Good morning. I have two type Car and Person. I want to use this to create variable name and brand and call ring and display in.
create
variable
0 Votes
3 Answers
17th Aug 2022, 7:04 AM
Malick Diagne
Can anyone tell me how to implement two sensors(Accelerometer, proximity) in single MainActivity? If u know give the Sourcecode
accelerometer
android
androidstudio
c
c++
classes
java
proximity
sensors
0 Votes
1 Answer
4th Mar 2019, 10:55 AM
Gokulakannan
I don't understand the concept of the program that accepts the input of two numbers and prints their sum.
c++
variables
1 Vote
1 Answer
9th Oct 2019, 12:05 AM
ryannotbrian
I'm trying to add two blank lines to my code after "Kristo". I'm trying to have my code come out as Kristo ------Papa
c++
help
0 Votes
3 Answers
13th Sep 2020, 11:55 PM
Kristo Papa
Can somebody explain to me what is the difference between binary code and byte code . Is this two are same or not?
c++
java
2 Votes
2 Answers
28th Nov 2017, 2:40 PM
Ceejay
is there difference between these two codes ? and if there is which is the more professional ? or write the the best than them
c++
coding
conditions
cpp
sololearn
2 Votes
1 Answer
1st Sep 2018, 8:54 AM
Omar
Guys, I have been studying classes for two days but up to now i dont get the point of making something private i make all public
access-specifiers
classes
cpp
1 Vote
2 Answers
9th Sep 2019, 2:20 PM
Kisembo Allan
I don't understand how to solve this? And also i don't understand about can we use int j or define j two time in for loop?
<<sum
cout
3 Votes
3 Answers
21st Sep 2017, 6:18 AM
Kumar Amit
function Calc(x,y) { z = x + y; return z; } || function Calc(4,5); & document.write ( functionCalc(4,5) ); Are these two same?
javascript
0 Votes
1 Answer
29th Nov 2020, 2:04 AM
Nishara Sewminie
Where and how do I actually use <div> in html? If I use two tables, how to identify the second table using css?
code
codeplayground
html
html5
1 Vote
2 Answers
28th Nov 2018, 11:55 AM
Sumaya
Who can Find the Optimal path from GUMROSE to ROSEMUG by switching only two adjacent letters at a time
c#
-1 Vote
2 Answers
1st May 2020, 11:48 AM
Ndudim Hope
How can I solve this problems,,,,,,,, If I doing some thing worng, just tell me ❤️❤️
arrays
days
eclipse
help
input
java
javascript
method
problem
two
0 Votes
6 Answers
17th Apr 2020, 12:43 AM
Hessa
When Writing out HTML and CSS, Especially On Two Different Tabs or Notepads... When Should You and When Should You Not Use Div.?
css
div
html
1 Vote
3 Answers
28th Nov 2016, 7:35 PM
BrightAsTheStars
Write ac++ to read anumber and displays"this is one digit number" if the number have one digit and"this is two digit number
c++
0 Votes
2 Answers
24th Oct 2016, 6:04 PM
Hadeel Degaish
Anyone help me to complete this code please open the link and see in last two questions are written help me solve.
python3
0 Votes
1 Answer
23rd Jun 2021, 5:08 AM
Akash Gupta
Is there any job that requires easy one or two programing languages??? Don't tell me about web development.
practice
0 Votes
1 Answer
11th Jun 2020, 9:23 AM
✌🏻ਧੀਮਾਨ 💪🏻
How can i write a program which switch contets of two number....please give me the code that needs
c++
1 Vote
1 Answer
19th Oct 2017, 10:34 AM
atefeh bahadori
Define two functions to print the maximum and the minimum number respectively among three numbers entered by user
dk
1 Vote
0 Answers
13th Dec 2022, 3:28 PM
Vishal Pandey
Using classes,objects and inheritance,write two programs that are interactive basing on the research made in the above character
and
c#
class,object
inheritance
-2 Votes
1 Answer
19th Oct 2017, 7:11 PM
Wamala
Can I make CSS with the same tools as HTML, for example Notepad or Microsoft word? I mean I only have two change the document type into .css, or should I use a special application for coding CSS?
css
css3
1 Vote
12 Answers
16th Sep 2016, 4:43 AM
Mohamad Jafar
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
49
50
51
...
54
Next >
Hot today
SQL
3 Votes
HTML/CSS questions
0 Votes
IMAGE
0 Votes
What Does Pseudo Elements Mean.
2 Votes
Html
1 Votes
How can I continue with my goal if I lost all my lives?
0 Votes
How to learn css and html
0 Votes
Certificate Problem
0 Votes
Find courses
0 Votes
member initializer list : order of evaluation
0 Votes