Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Square function casting in C
c,
float
functions
int
0 Votes
2 Answers
15th Apr 2023, 2:12 AM
Amal Benny
#include <stdio.h> int main() { int a=4; printf ("the value of a is %d,a"); return 0; }
include
0 Votes
2 Answers
8th Apr 2023, 6:17 AM
Suyash Agnihotri
How do i change an int value to a specific number in C#?
c#
cs
csharp
int
integer
problem
0 Votes
5 Answers
7th Apr 2023, 2:05 PM
Mark Gavrilov
#include <iostream> using namespace std; int main() { string s = "SoloLearn"; cout << (s[1]==s[3]); }
c++
1 Vote
2 Answers
28th Mar 2023, 11:44 AM
Muhammad Bilal
Int i=0,n=10; while (i<n) i++; find the loop
loops
while
2 Votes
47 Answers
28th Mar 2023, 6:05 AM
Subhasmita Dash
end of function?
c++
functions
int
1 Vote
2 Answers
23rd Mar 2023, 2:54 PM
Gudrun Rohde Hall
How do you declare a variable that is not int in C++
c++
no_int
non-int
question
0 Votes
1 Answer
17th Mar 2023, 7:36 PM
Welcome To Dodgeball
Help me to solve code coach, ballpark orders.
code
float
int
python
1 Vote
3 Answers
9th Mar 2023, 11:15 AM
Nikoloz Kuprashvili
find int a[]={9^10, 4^9, 1^8, 2^7, 7^6, 2^5, 3^4, 7^3, 6^2, 9^1};
java
0 Votes
2 Answers
8th Mar 2023, 5:12 PM
Sahil Kshirsagar
int a=1; printf("%d",a+=(a+=3,5,a));
c
1 Vote
6 Answers
15th Feb 2023, 5:27 AM
SD Anime
How i can fix this please. I want yo get int and float togheter as input for the array
c#
1 Vote
2 Answers
10th Feb 2023, 4:31 PM
Learning Python
Convert without returning ASCII value
ascii
c#
convert
int
2 Votes
5 Answers
28th Jan 2023, 6:12 PM
blank
C# NEED HELP
array
char
int
0 Votes
7 Answers
19th Jan 2023, 7:06 AM
SwiftIntoTech
comparing dynamic int value to reverse of its value, not comparing properly.
compare
if
int
0 Votes
2 Answers
7th Jan 2023, 2:48 PM
Harshanand Raykar
int main() { int n=100; cin >> n; int sum=0; for (int n=1; n<=100; n++){ sum+=n; } cout<<sum; }
c++
programming
0 Votes
8 Answers
31st Dec 2022, 1:30 PM
Alex Boso Nzaphila
#include <iostream> using namespace std; int main() { for (int x=1; x<10; x++) { if (x==2){ continue; } if (x==5){ break; } cou
c++
programming
1 Vote
12 Answers
30th Dec 2022, 3:45 PM
Alex Boso Nzaphila
Can someone confirm if my code is okay
[
age=
include<iostream>using
int
main()
namespace
std;int
0 Votes
5 Answers
22nd Dec 2022, 2:18 PM
Alex Boso Nzaphila
How do I enter numeric and string values in this code?
int
python
strings
while
1 Vote
4 Answers
17th Dec 2022, 5:04 PM
Dmitry Frolov
How can I redifine int main()
c++
0 Votes
2 Answers
14th Dec 2022, 7:20 AM
Abigail Augustine
I can't understand int and I can't do the practice
17.2python
0 Votes
1 Answer
10th Dec 2022, 1:24 PM
gaozijia
[Solved, but I still have a question] C++ Question re assigning int to another var as hex
c++
hex
int
reassign
variable
0 Votes
2 Answers
29th Nov 2022, 10:50 PM
Scott D
Use of int main in c
kkkk
0 Votes
1 Answer
26th Nov 2022, 4:16 PM
Alok Raj
int num = 2; int x = 3; if(num >= 2) { if(x > 4) { num = 3; } else { num = 4; } } else {x = 1; }
c++
if
1 Vote
11 Answers
26th Nov 2022, 10:38 AM
Sourabh Jaiswal
My code is not running , int empty_seats = 50 - left passengers ; | What is fault in this line ?
help
plz
0 Votes
1 Answer
14th Nov 2022, 9:38 AM
Keshav Karn
Wap in c++ to initialize two data members of type int using a constructor
@c++
@sololearn
0 Votes
1 Answer
14th Nov 2022, 1:41 AM
Niru Subba
how do i round up the the nearest whole number without importing math. Thanks
int
python3
roundup
1 Vote
4 Answers
12th Nov 2022, 9:28 AM
Steven kervick
What does int do?
python3
1 Vote
3 Answers
10th Nov 2022, 7:21 PM
jampy
#include <stdio.h> int main() { int age; printf("enter your age"); scanf("%d"&,>=age); printf("you are eligible for voting"); if
y
0 Votes
3 Answers
4th Nov 2022, 1:09 PM
Udit Singh
If unsigned int x = 168 and unsigned int y =60; If z = x & y; What's z?
=
=60;
168;
if
x
y
z
0 Votes
1 Answer
2nd Nov 2022, 6:04 AM
John Nwaigbo
How can I convert the two other elements in the list from str to int?
int
lists
python
str
0 Votes
2 Answers
27th Oct 2022, 3:36 PM
Shantanu
my code is working perfectly as shown on test cases but why is it failing every test case.?
;
c++
for
help
int
loops
return
strings
while
0 Votes
3 Answers
8th Oct 2022, 7:01 AM
sahil somyani
Anyone know what's int please explain with a code(cause I'm dumb)
int
1 Vote
2 Answers
7th Oct 2022, 5:44 PM
Saswat Sahu 8432
If we create new class which has a instance variable int a, without access modified, then what will the access level of int x be
java
0 Votes
1 Answer
28th Sep 2022, 11:50 AM
Oliver Pasaribu
Help With Random Numbers, Please!!!
how
int
math
numbers
python
python3
randit
random
to
what
0 Votes
8 Answers
25th Sep 2022, 10:22 PM
IAmJunior B
Fill in the blanks to declare a time structure with members,minutes and horus
;
hours
int
minutes
time
0 Votes
4 Answers
22nd Sep 2022, 8:29 AM
AAGAM DAGLI
В коде написано, что значение 5 возвращается в int. Именно в этот int, что написан перед именем метода ?
int
java
methods
return
0 Votes
3 Answers
20th Sep 2022, 4:01 PM
Виталий
Please who know how to randomise number in an array
arrays
code
developer
help
int
java
progress
1 Vote
8 Answers
20th Sep 2022, 11:28 AM
Daniel Micheal
int number; printf("Enter the number betwean 1 to 7: "); scanf("%d",&number); switch(number); case1:
break
c
0 Votes
1 Answer
17th Sep 2022, 10:40 AM
Umar Ali
Coach I need you to help me with the codes for automated teller machine management system
chart
int
-1 Vote
1 Answer
14th Sep 2022, 7:31 PM
Jacob Ng'ona
How to make a method in C# that make a list of all the primes under an int
m
0 Votes
2 Answers
13th Sep 2022, 11:28 PM
TheMasterBee
print("Enter your number") inpnum=input() print("you have entered", int (inpnum)+10)
python
strings
variables
0 Votes
3 Answers
4th Sep 2022, 6:26 AM
ssg
Not Ran c programming why???
("enter
include<stdio.h>int
int
main()
of
the
value
x=1;printf
0 Votes
4 Answers
4th Sep 2022, 5:15 AM
Mohoshin Shihab
Beginner Task: Find the longest streak
int
newbie
python
streak
1 Vote
3 Answers
24th Aug 2022, 12:11 PM
Makarov
Wrong calculator?
calculator
float
int
math
print
python
2 Votes
5 Answers
15th Aug 2022, 3:00 PM
Amirreza
What is the output of the following code? int x = 14; System.out.println(x++);
#15
0 Votes
3 Answers
8th Aug 2022, 4:17 PM
DR.VENGATESAN.G COMMERCE-CA
Multiply a character matrix with int matrix
matrix
numpy
python
4 Votes
12 Answers
8th Aug 2022, 8:55 AM
Oma Falk
int num = 1; while(num<=20){ if (num % 3 == 0){ cout<<num<<endl; } num+=1; }
while
0 Votes
4 Answers
7th Aug 2022, 8:21 AM
Erkaboev Ilhom Isomjonovich
Why we use datatypes before the main() function. What is difference among int main() and void main() and float main()
c
1 Vote
4 Answers
4th Aug 2022, 12:19 PM
Suraj Joshi
Java programming loop statements
;
{
}
+
+=
=
="
=10
10;
int
n
n--;
on("sun
out.
print
sum
sum)
system.
while(n--)
0 Votes
2 Answers
3rd Aug 2022, 10:50 AM
Deepthi Priya
Convert nonetype to int
python
0 Votes
5 Answers
3rd Aug 2022, 9:35 AM
Om Yele
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
2
3
...
50
Next >
Hot today
Hello! I’m 15 and I want to learn programming to become a web developer. Any advice?
0 Votes
help string permutation
0 Votes
Any easy game ideas for beginners?
0 Votes
Code is wrong somehow, I need help!
0 Votes
How many courses are there on Sololearn
1 Votes
APP FREEZING
0 Votes
Newb
0 Votes
@sololearn Python
1 Votes
Is the Python Developer course the final course of Python?
0 Votes
How to increase My Level is SoloLearn ?
0 Votes