The application is not returning data back to the user and is causing a 100% memory utilization when ran. What code corr

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

The application is not returning data back to the user and is causing a 100% memory utilization when ran. What code corr

Post by answerhappygod »

The application is not returning data back to the user and iscausing a 100% memory utilization when ran. What code correctionwill resolve this?
The Application Is Not Returning Data Back To The User And Is Causing A 100 Memory Utilization When Ran What Code Corr 1
The Application Is Not Returning Data Back To The User And Is Causing A 100 Memory Utilization When Ran What Code Corr 1 (6.72 KiB) Viewed 38 times
a) Set a break statement within the loop to meet a returncondition
b) Increment the loop with the x = x-1 to meet a returncondition
c) Run strace on the python program and determine the issue
d) Increment the loop with the x = x+1 to meet a returncondition
#!/usr/bin/env python3 input('enter a number: ¹) y = int(x) + 1 def myfunction(x): while float(x) <=100: float(x) * 0 y = int(x) 1 print('hello student') return x myfunction(x)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply