Social Sciences, asked by yoyakim6716, 11 months ago

answers to 1.9 code practice on edhesive

Answers

Answered by BadBoy1810
3

\huge\underline\mathfrak\red{Solution}

Coding Java coding practice website: Responses to discussion quesionss o Lesson 8 on the Edhesive

Answered by dackpower
4

code practice on edhesive

Explanation:

r = int(input ("Enter the rose: "))

g = int(input ("Enter the green: "))

b = int(input ("Enter the black: "))

if( r <= 0 or r >= 255):

print("rose number is not correct.")

if( g <= 0 or g >= 255):

print("Green number is not correct.")

if( b <= 0 or b >= 255):

print("Black number is not correct.")

Learn more

edhesive assignment

brainly.in/question/13009338

Similar questions