Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
Please explain, it seems it converts decimal to binary but how I don't know..... Code is in description
cprogram
1 Voto
5 Respuestas
14th Oct 2019, 1:30 PM
Mohammed Mesum Hussain
Write c++ peogram to convert an input decimal number into its hexadecimal equivalent
c++
0 Votos
2 Respuestas
7th Oct 2016, 7:13 AM
miss comp engineer
in java i can not separate a exactly decimal part of a floating point number
between
different
final
is
nd
static
what
0 Votos
4 Respuestas
19th Apr 2017, 8:51 AM
Baki Billah 131312
Is there a smarter way than 'setprecision()' to specify the number of decimal points?
c++
decimalplace
settingdecimalprecision
1 Voto
1 Respuesta
8th Aug 2020, 9:04 AM
Solus
How can i print output with a specific number of digits after decimal in cpp
c++
0 Votos
2 Respuestas
15th Dec 2020, 4:20 PM
Pulluri Sai Lalith
[CHALLENGE] write a code to convert numbers from decimal to binary . The input being a non-negative INTEGER OR FRACTION DECIMAL.
challenge
convertor
1 Voto
15 Respuestas
4th Mar 2018, 8:21 AM
Someone
Write a function in python to take decimal number as arguments and return it's corresponding hexadecimal number
python
1 Voto
2 Respuestas
14th Oct 2020, 4:35 AM
arka
How to use the decimal cods?چگونه باید از کد های دسیمال استفاده کرد؟
colors
desimal-cods
rgb
0 Votos
2 Respuestas
30th Jun 2017, 7:51 AM
Zayn
Why my code does not show the value "d" when the decimal point is an exact number?
double
0 Votos
4 Respuestas
28th Dec 2020, 11:12 AM
Arash
How can we print a specific number of digits after decimal point in python ?
formatting
print
python3
1 Voto
2 Respuestas
20th Oct 2017, 11:58 AM
Divya Prakash Yadav
Can i print pi as non terminating in C++ with all of its decimal digits .?
c++
-1 Voto
2 Respuestas
9th Aug 2017, 10:31 AM
Arbab Nizamani
Decimal to binary Make this c programming dynamic its tru for value 12
c
0 Votos
1 Respuesta
4th May 2022, 5:41 AM
PARMAR AAYUSH
how to create a program convert hexadecimal to decimal?
decimal
hexadecimal
0 Votos
1 Respuesta
28th Feb 2019, 2:49 AM
Dion Purnama Putra
variable char is used for ?? like int is use for integer and double is use for fraction decimal
java
variables
0 Votos
8 Respuestas
30th Jul 2018, 9:09 AM
Aquib Ahmed
Can anyone help me to write a simple program to convert decimal number to binary number
java
0 Votos
4 Respuestas
20th Oct 2016, 5:02 PM
Ved
Trying to write code for converting decimal number into binary but it is showing output ending with "none"
decimal_to_binary
python
python3
1 Voto
2 Respuestas
19th Sep 2022, 2:50 PM
vishwajeet pradip ghuge
Mathematical operations, Math.ceil property
c#
decimal
math
operators
1 Voto
6 Respuestas
31st May 2020, 1:08 AM
Gouse Basha
How to write a program to convert a binary no to a decimal no.
java
0 Votos
2 Respuestas
20th Aug 2017, 4:46 PM
Amrendra Kumar
How do you use the "round" function to round off numbers to desired decimal places?
number_functions
0 Votos
2 Respuestas
11th Dec 2019, 9:16 AM
Chukwunonso Emmanuel Chukwumaeze
Python spitted string decimals precision
decimal
precision
python
split
1 Voto
6 Respuestas
28th Aug 2024, 6:01 PM
Ketan Lalcheta
- double: for floating-point or real numbers with optional decimal points and fractional parts in fixed or scientific notations,
java
1 Voto
4 Respuestas
25th May 2019, 8:20 AM
Daniel Svobodin
When we are doing pseudocode calculations when dividing 50/4 do we include decimal point
emmanuel
issaic
sizwe
0 Votos
2 Respuestas
19th Mar 2017, 3:44 PM
Rifumo Makwakwa
What's the easiest way on how to approximate a decimal number to the nearest integer in Python.
python
python3
0 Votos
2 Respuestas
13th Dec 2020, 10:01 PM
Maarifa Shaib Maarifa
Why when using float numbers, like adding,0.1 +0.2 !=0.3, and gives off a huge decimal number?
arithmetic
decimal
float
java
0 Votos
2 Respuestas
12th Sep 2018, 2:47 AM
Jossue
I'm trying to create calculator without binary function in java
binary
decimal
java
1 Voto
3 Respuestas
15th Sep 2021, 7:02 PM
Abhishek Shelar
Why does floats in python round always result to a rounded down figure even if the digit before the decimal point is (>=5)
decimalpoint
floats
integers
py
python
rounddown
1 Voto
9 Respuestas
3rd Nov 2020, 2:59 PM
Wizking
C# virtual method that takes decimal vales from inherited class then calculates a total.
c#
0 Votos
1 Respuesta
18th Jul 2017, 9:54 PM
Jimi Walsh
How can I solve this problem?
binary
decimal
function
-1 Voto
5 Respuestas
6th Sep 2018, 2:32 AM
Retag Tarek
Create a variable containing the string 93.7 and another. Convert both to a decimal number. Please tell mr how. Im stuck 😩
help
much
need
2 Votos
6 Respuestas
8th Mar 2019, 11:20 AM
Peter
How can i print the salary here with 2 decimal places? like 410.00 (not 410.0)?
double
java
print
0 Votos
2 Respuestas
29th Sep 2017, 5:40 AM
Jan Paul Echaveria
Using VB.Net, design a form to create conversion CALCULATOR like Decimal number to Binary, Octal and Hexadecimal Binary number
python
vbasic
0 Votos
3 Respuestas
16th Apr 2023, 9:30 AM
Iyanuoluwa Oyeboade
I'm coding this for hours & can't make the value of the 5 random numbers round off to 2 decimal places like in the examples
randint
0 Votos
6 Respuestas
6th Feb 2023, 4:23 PM
Erika Abalora
Why if i put input 25.1 and saturday the output calculation false P/s how to make the output in two decimal
phython
1 Voto
5 Respuestas
19th May 2022, 7:51 AM
Aisy Danish Mohd Nazry
Fix Below code error (convert decimal number into binary number system [array must be included] )
c++
1 Voto
1 Respuesta
20th Aug 2018, 9:19 PM
ABDULLAH H.M
C program to find the sum of S = 1+1/x+1/x2…………..series up to 4 decimal places of accuracy.
c
program
0 Votos
1 Respuesta
6th May 2020, 3:58 AM
Umesh Sharma
Which of these is the hexadecimal equivalent of the decimal number 5436?. Single choice. (2 Points) 153C C531 135C
number
system
0 Votos
3 Respuestas
17th Oct 2020, 2:06 AM
Ann maria & Albert
Coma (,) vs point (.) In Java
decimal
java
point
0 Votos
4 Respuestas
13th Jul 2017, 2:27 AM
Eduardo Perez Regin
wt change i hv to make in this code to get decimal output frm binary
python
python3
-1 Voto
1 Respuesta
13th Jun 2021, 5:54 AM
Madhava Raj B
I need help with a code to convert any base number into a decimal number, where user input is involved?
python
0 Votos
3 Respuestas
19th May 2019, 10:54 AM
Ed-marie Venter
Como sería pasar un número decimal a binario? Por ejem como sería 5.35 en binario. Cual sería el codigo en python?
binario
decimal
python
0 Votos
2 Respuestas
6th Feb 2020, 10:27 PM
Enrique
Is there any simple way to convert decimal system to binary system like i did with oct and hex?
c++
0 Votos
2 Respuestas
26th Oct 2020, 3:04 PM
Dr. Alien
Petya loves lucky numbers. Everybody knows that lucky numbers are positive integers whose decimal representation contains only
c
language
0 Votos
1 Respuesta
14th Oct 2021, 11:42 AM
Lehan
how to write a programme to convert a decimal numer to hexadecimal number without using araays?
c++
pointers
0 Votos
2 Respuestas
31st Aug 2016, 5:30 PM
ASHISH RAKESH
Dec to bin
binary
c++
decimal
1 Voto
1 Respuesta
23rd May 2018, 5:06 PM
Ixidot
why isn't the link being printed?
binary
decimal
link
python
1 Voto
5 Respuestas
6th Aug 2021, 6:11 PM
Harsha S
How i write a java code to convert decimal to binary without using arrays, stacks? Only using basic concepts. Help me guys.
java
1 Voto
4 Respuestas
14th May 2017, 10:42 AM
Sandaru Chamika
How I can convert a decimal number to hexadecimal an vice versa in same program in java ?
.
0 Votos
1 Respuesta
18th Sep 2022, 10:06 AM
Devansh Shukla
I made a program for converting binary to decimal but it's not working can anybody please tell me what I have done wrong??
binary
decimal
to
0 Votos
1 Respuesta
9th Jan 2022, 6:13 AM
shreyash tekade
how to round a float point value in c++ ?? like c programme i can use %.2f for two value after decimal point.
c
c++
0 Votos
5 Respuestas
25th Oct 2021, 1:41 PM
Aliul Nadab
it's supposed to take a hexa decimal number turn it into binary and then print the 1's in the binary.the first i'm getting right
binary
bitcount
c
hexa
1 Voto
6 Respuestas
24th May 2018, 6:35 PM
Tanvir Hasan
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
6
7
8
9
Siguiente >
En tendencia hoy
Question
4 Votes
generic programming understanding memory ownership
0 Votes
overloading operators << >>
1 Votes
I dont now that how to do js
2 Votes
fully dynamic arrays
1 Votes
Default constructor and default assignment operator
0 Votes
Wishkit alternative for android
1 Votes
How to start in web dev?
0 Votes
Hi
0 Votes
Issue in code
0 Votes