Android IDE (AIDE) Support Forum
Help on java course content
Beginner
takka1372
February 11, 2022, 7:32pm
#1
In the main method call
scale
on
rect
with value
10
and print the rectangle area afterwards.
Screenshot_2022-02-11-22-45-37-835_com.aide.ui
1080×2400 343 KB
How to pass this part:(
BeLikeAPro
February 12, 2022, 7:57pm
#2
create new rect and make it reference to Rectangle object (extra help: new)
call scale function and pass 10 into it
3.) Call print function