Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
How can negative and positive infinity be used in java,as in for graphing,range of functions(mathematical),etc.?
java
2 голосов
2 ответов
20th Dec 2018, 5:59 AM
KEVIN SHENOY
Given a positive real number,print its first digit to the right of the decimal point.
python
1 голос
2 ответов
27th Jan 2019, 3:31 PM
周志桓
[HELP] - Recursive function to form the sum of two positive integers a and b?
c++
css
html
java
javascript
python
recursion
ruby
6 голосов
1 ответ
21st Feb 2018, 6:09 PM
Renato Silva
*DAILY CHALLENGE* : write a code that gets as input a positive number n > 1 and prints n rows from "3-SUM-TRIANGLE".
c#
c++
challenge
daily
html
java
js
php
python
ruby
8 голосов
32 ответов
15th Aug 2017, 8:11 PM
Julian Fechner
Given positive integers a,b and m., Compute a^b%m. Assume a<=10^9, b<=10^18, m<=10^9.
cpp
0 голосов
1 ответ
2nd Apr 2020, 5:33 AM
Anjali Yadav
Write a program that prints the sum of the first five positive integers ,1+2+.....+5.
c++
0 голосов
4 ответов
26th Feb 2017, 5:26 PM
Zeyad Sharo
Write a function intreverse(n) that takes as input a positive integer n and returns the integer obtained by reversing the digits
python
0 голосов
6 ответов
28th Aug 2018, 6:43 PM
Kuldeep
i need one random(must be 10 numbers positive and 10 negetive )ex to use continue and break
java
loops
0 голосов
10 ответов
13th Aug 2016, 2:34 AM
Amin Sadat
How can I create a function that reads a positive number and returns it, for loops is a must C++
c++
functions
loops
0 голосов
15 ответов
2nd Apr 2021, 10:36 PM
boba
Challenge - Write a C++ Program that reads a Positive Integer Entered by an interactive user.
c++
0 голосов
5 ответов
24th Dec 2017, 3:41 PM
Abdulsalam Musa
Как выйти из "плачевного" состояния и встать на путь к цели?
negative
positive
0 голосов
1 ответ
23rd Jul 2020, 10:37 AM
VIDREG
I want to make cpp program in which we enter negetive number they tell to enter positive number
c++
8 голосов
3 ответов
16th May 2020, 11:46 AM
Shahzada Hassan Mujtaba
How to find whether a number is positive or negative without using if() statements or any conditional statement
java
programming
1 голос
9 ответов
1st Sep 2017, 3:30 PM
Pranav Singh Sehgal
Given three whole numbers. Find the number of positive numbers in the output set.
java
0 голосов
2 ответов
10th Feb 2021, 7:02 AM
Айнура Ишантаева
*DAILY-MINI-CHALLENGE* : Write a function that gets a positive int n as input and print the filled matrix (n*n) to the screen!
c#
c++
challenge
code
daily
js
php
python
ruby
5 голосов
23 ответов
23rd Aug 2017, 10:32 AM
Julian Fechner
why if math.abs parameter is a negative integer then it returns a positive integer
java
math
0 голосов
3 ответов
28th Sep 2016, 11:38 AM
Raghavendrachar B
Write a C++ program to read 5 numbers, then find Positive and Negative?
5
a
and
c++
find
negative?
numbers,
positive
program
read
then
to
write
0 голосов
1 ответ
4th Mar 2022, 3:29 PM
kurd game
No programming background, liked R, learning python, want to use data in a way statistically. Is this possible?
be
positive
0 голосов
1 ответ
20th Jun 2019, 6:32 PM
sarah prette
Write a code to get two positive values from user and multiply them just by sum and sub!!!
challenge
3 голосов
7 ответов
23rd Mar 2017, 9:37 PM
TahaNM
If i want to add first positive 15 numbers what should i code using while loop ()
<>
1 голос
4 ответов
3rd Feb 2021, 12:52 PM
Muhammad Hassan
[WHAT IS WRONG WITH MY CODE?] A java program that determines whether an integer is Positive or Negative
code
determine
java
negative
positive
wrong
0 голосов
6 ответов
6th Oct 2021, 7:42 AM
ruiririririri
[HOW TO CODE]A java program that Sums the cube of three numbers, and then determining the sum whether it is Positive or Negative
cube
determine
help
java
math
negative
positive
sum
0 голосов
12 ответов
6th Oct 2021, 10:05 AM
ruiririririri
Task is to find out the row in which total number of positive elements is bigger.
c++
code
coding
cpp
help
solve
-3 голосов
4 ответов
11th Oct 2020, 1:51 PM
Azat Malgazhdar
How do i convert a negative number into positive even though i applied Math.abs(days) but it doesn't work ?
java
0 голосов
5 ответов
28th Apr 2019, 6:14 AM
Daryll Culas
Write a program for finding the root of any positive integer N using c++.
c++
math
root
square
-1 голос
1 ответ
22nd Feb 2019, 12:49 PM
Franklin Yaw Frimpong
IF THE OPERATIONS ARE ON MINUS SIGN, THEN WHY IT IS ON POSITIVE SIDE
solveit
-2 голосов
2 ответов
10th Apr 2020, 1:54 PM
VISHESH SHAH
What is the difference between int and signed int? Both of them may be positive or negative...
c++
data-types
0 голосов
6 ответов
9th Dec 2017, 5:15 PM
eksponens
Write a c program to input 2 number and check whether it is positive or negative.
if...else
0 голосов
2 ответов
19th Apr 2018, 4:34 AM
Smruti Ranjan Biswal
Help me please! In list a=[a1, a2, ..., an] delete all elements standing between the minimum positive and the maximum negative.
python3
3 голосов
9 ответов
2nd Apr 2018, 1:45 PM
Пиров Мустафо
Program to read the numbers until -1 is encountered. Also count the negative and positive and zeroes entered by the user.
python
5 голосов
6 ответов
6th Sep 2019, 9:47 AM
Bhavesh Nakka
How to write a program that reads a positive integer number and then prints each box on a line?
c++
0 голосов
6 ответов
7th Nov 2019, 8:13 AM
Razan
Do you agree or disagree that programming can be compiled in a way that encourages people to learn using positive output?
code
coders
coding
language
messages
output
positive
program
programming
ßřị
8 голосов
6 ответов
29th Apr 2017, 3:20 AM
Brigette Herrick
Write a program in C language to input any integer number and display weather it is negative, positive or zero.?
c
coding
-1 голос
6 ответов
9th Dec 2020, 7:20 AM
Nilesh Mahajan
#include <stdio.h> int main(){ int a; printf("enter any number =") ; scanf("%d", & a) ; if (a>0) printf ("%d is positive number
printf
1 голос
7 ответов
12th Feb 2021, 2:35 AM
Ravi Pandey
Write a function named "reduce" that takes two positive integer arguments, call them "num" and "denom", treats them
c++
0 голосов
3 ответов
17th Apr 2018, 7:25 AM
Mofumadi Lerato
I got the test case 1 positive yet am not still correct ...how is that possible
help
machine_learning
pyton
0 голосов
2 ответов
3rd May 2022, 10:24 PM
Emeku Abel🇳🇬
to solve phone number validation in python(regular expression) i use this code ,but didn't get the positive result,what's wrong
python
0 голосов
4 ответов
6th Jun 2021, 6:22 PM
Md Shakil
Write a c++ code to check and convert all negative values into positive in an array
code
-1 голос
2 ответов
29th Mar 2018, 8:52 AM
Manisha Seth
How can I put only positive number in "input"? If someone puts negetive number values ,It will show error.
python
python3
1 голос
3 ответов
10th Nov 2020, 6:18 AM
Nafi Rahat Rahman
def calc_fact(a): if(a>0): else: n=int(input("Please input any positive number to calculate it's factorial\n")) print "
python
-2 голосов
1 ответ
8th Jan 2022, 2:37 PM
Anshika Gautam
Given an array of integers, find the first missing positive integer in linear time and constant space.
c
0 голосов
2 ответов
24th Jan 2019, 1:38 PM
DODDABASAPPA
function name ispositive which takes integer as an argument and returns true;if the argument is positive no are false otherwis
c++
0 голосов
4 ответов
14th Nov 2020, 6:40 AM
Zeroboy
write a c++ program to input an integer value and check if it is positive or negative.
help
me
please
0 голосов
3 ответов
6th Dec 2016, 10:21 AM
Vishal Sharma
Python program to enter Positive number N and find numbers a and b such that a2 - b2 = N
linear_algebra
python
1 голос
4 ответов
15th Mar 2018, 5:39 PM
Manorama
Can you give reason why unsigned positive integer is treated smaller than signed negative character or integer in C?
c
c++
comparison
explaination
int
signed
unsigned
2 голосов
1 ответ
24th May 2019, 3:28 AM
Harshit Gupta
In one-dimensional list a=[a1, a2, ..., an] all positive elements that have an even sequence number, rewrite the beginning....
python3
3 голосов
1 ответ
4th Apr 2018, 6:34 PM
Пиров Мустафо
Petya loves lucky numbers. Everybody knows that lucky numbers are positive integers whose decimal representation contains only
c
language
0 голосов
1 ответ
14th Oct 2021, 11:42 AM
Lehan
I'm trying to write a while loop that accepts the input from the user and the test if it's positive or negative.
input
java
1 голос
8 ответов
6th Nov 2016, 11:28 PM
darius mohammed
Write a c++ program to compute the sum of square of odd numbers from 1 to n where n is a positive integer.
numbers
odd
of
Squares
7 голосов
2 ответов
2nd Dec 2016, 5:58 PM
Baba Yunus Abdul Yekin
What's the actual algebraic algorithm the modulo function uses? How does it work with one negative and one positive operand?
modulo
operators
python
2 голосов
2 ответов
1st Nov 2018, 9:37 AM
ሚካኤል
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
2
3
4
Следующий >
Актуальное сегодня
How to allow one instance of exe
1 Votes
Reverse observer pattern : remove dynamic_cast
2 Votes
purchase of a subscription
1 Votes
seats = 100 (blank) seats > 0: print "sell ticket" (blank) = seats - 1
0 Votes
What has happened?
1 Votes
Theater management help me
2 Votes
What should I add/improve ?
1 Votes
Flight tracker coding foundation help me
1 Votes
Should You Specialize or Diversify in Programming?
1 Votes
Tools for web design?
1 Votes