Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439

The boxer must weigh enough (weight >= 136), and must also not weigh toomuch (weight <= 147).The results of the two tests are combined with the and-operator, &&.Here is a JavaScript version of the program:


How heavy is the boxer? 

  


QUESTION 10:

Run the program for a weight of 140.