Home Help & Support Search Tips Options: Case:



   Need A Tutor?    |   Need Homework Help?                                                                             Help and Support     | Join or Cancel

Exam  1     2     3     4     5     6     7    8     9    10     Midterm   1    2     Final Exam  1   2
Graded Program Assignment   
1   2    3    4    5    6    7    8    9           Python Compiler

Computer Programming
Assignment 9
For/While Loops


Create_Name_LIST_FOR_LOOP.py

#========================================================================================================================================
# PROGRAMMER:
# PROGRAM NAME:   Assignment #09 - creating & manipulating arrays / lists of testGradess WHILE LOOP VERSION, using parameters
# DATE WRITTEN:  
#========================================================================================================================================
# PURPOSE:        Organizing the program as functions to create and manipulate testGrades data; it uses WHILE LOOP
#========================================================================================================================================
 
# Function to display instructions for the user
def displayInstructions():
Join Now For Answers & Help!!!
   
#=================================================================================================================================
# Function to Populate testGrades array with data using a while / loop
def createtestGradesList(count, testGrades, numtestGrades):
Join Now For Answers & Help!!!:
 
        # check to see if the data type is numeric and the testGrades range is between 0 and 100
  Join Now For Answers & Help!!!           
            else:
Join Now For Answers & Help!!!
   
#=================================================================================================================================
# Function to Display an Unsorted list of testGrades's
def writeTestGradesList(count, testGrades, numtestGrades):
Join Now For Answers & Help!!!
 
#=================================================================================================================================   
# Search for a specific testGrades in the list and count how many times it occurs.
#
def searchtestGradesList(numtestGrades, targetCount, targettestGrades):   
Join Now For Answers & Help!!!
   
Join Now For Answers & Help!!!        
        else:
Join Now For Answers & Help!!!
#=================================================================================================================================
# Function to Display a specific testGrades in the list and count how many times it occurs.
def writeSearchResults():
Join Now For Answers & Help!!!
   
#=================================================================================================================================
# Function to determine the minimum or lowest testGrades
Join Now For Answers & Help!!!
   
#=================================================================================================================================
# Function to determine the minimum or lowest testGrades
Join Now For Answers & Help!!!
   
#=================================================================================================================================
def calculateAveragetestGrades(testGrades):
Join Now For Answers & Help!!!
#=================================================================================================================================
 
#Function to Display the Programmer information
Join Now For Answers & Help!!!
#=================================================================================================================================
Join Now For Answers & Help!!!
#=================================================================================================================================
# Main Program
#=================================================================================================================================
# initialize variables and array  
Join Now For Answers & Help!!!
Join Now For Answers & Help!!!
 
# Heading for sorted list
Join Now For Answers & Help!!!
outFile.write("\n");
Join Now For Answers & Help!!!
outFile.close();
#=================================================================================================================================
# End Program

#========================================================================================================================================
# PROGRAMMER:    
# PROGRAM NAME:   Assignment #09 FOR LOOP creating and
#                 manipulating arrays / lists of GPAs using parameters
# DATE WRITTEN:   07/14/2019
#========================================================================================================================================
# PURPOSE:        Organizing the program as functions to create and manipulate gpa data, uses FOR LOOP
#========================================================================================================================================
# Function to display user instructions
Join Now For Answers & Help!!!
#========================================================================================================================================
# Function to populate gpa array with data using a FOR loop
Join Now For Answers & Help!!!
#========================================================================================================================================
# Function to display an UNSORTED LIST of Gpa's
Join Now For Answers & Help!!!
#========================================================================================================================================
# Search for a specific GPA in array / list and count how many times it occurs
def searchGpaList(numGpa, targetCount, targetGpa):
Join Now For Answers & Help!!!
#========================================================================================================================================
# Function to display a specific GPA in the list and count how many times it occurs
Join Now For Answers & Help!!!
#========================================================================================================================================
# Function to determine the minimum (lowest GPA)
def determineMinimumGpa(gpa):
Join Now For Answers & Help!!!          
#========================================================================================================================================
# Function to determine the maximum (highest GPA)
def determineMaximumGpa(gpa):
Join Now For Answers & Help!!!
#========================================================================================================================================
def calculateAverageGpa(gpa):
Join Now For Answers & Help!!!
#========================================================================================================================================
# function to display programmer information
def displayProgrammerInformation():
Join Now For Answers & Help!!!
#========================================================================================================================================
# Main Program
#========================================================================================================================================                  
# initialize variables and array
Join Now For Answers & Help!!!
Join Now For Answers & Help!!!
#========================================================================================================================================
gpa.sort();                                   # Call built in sort function
Join Now For Answers & Help!!!
#========================================================================================================================================
# END PROGRAM

#=================================================================================================================================
# Programmer  :
# Program Name: Enter Assignment # here - Creating and manipulating a list of gpas (WHILE LOOP Version)
Join Now For Answers & Help!!!
#=================================================================================================================================
# Function to display instructions for the user
def displayInstructions():
Join Now For Answers & Help!!!
   
#=================================================================================================================================
# Function to Populate gpa array with data using a while / loop
def createGpaList(count, gpa, numGpa):
Join Now For Answers & Help!!!
Join Now For Answers & Help!!!
 
#=================================================================================================================================
# Function to Display an Unsorted list of Gpa's
def displayGpaList(count, gpa, numGpa):
Join Now For Answers & Help!!!
 
#=================================================================================================================================   
# Search for a specific GPA in the list and count how many times it occurs.
#
def searchGpaList(numGpa, targetCount, targetGpa):   
Join Now For Answers & Help!!!
   
Join Now For Answers & Help!!!
       
#=================================================================================================================================
# Function to Display a specific GPA in the list and count how many times it occurs.
Join Now For Answers & Help!!!
   
#=================================================================================================================================
# Function to determine the minimum or lowest GPA
def determineMinimumGpa(gpa):
Join Now For Answers & Help!!!
   
#=================================================================================================================================
# Function to determine the minimum or lowest GPA
def determineMaximumGpa(gpa):
Join Now For Answers & Help!!!
   
#=================================================================================================================================
def calculateAverageGpa(gpa):
Join Now For Answers & Help!!!
#=================================================================================================================================
 
#Function to Display the Programmer information
Join Now For Answers & Help!!!
       
#=================================================================================================================================
# Main Program
#=================================================================================================================================
# initialize variables and array  
Join Now For Answers & Help!!!
 
# Heading for unsorted list
Join Now For Answers & Help!!!
 
# Heading for sorted list
Join Now For Answers & Help!!!
 
displayGpaList(count, gpa, numGpa);     # Call function to Displays a list of GPAS
Join Now For Answers & Help!!!
#=================================================================================================================================
# End Program

#========================================================================================================================================
# PROGRAMMER:     Join Now For Answers & Help!!!
# PROGRAM NAME:   Assignment #09 FOR LOOP creating and data files
#                 manipulating arrays / lists of testGradess using parameters
# DATE WRITTEN:   07/14/2019
#========================================================================================================================================
# PURPOSE:   Join Now For Answers & Help!!!
#========================================================================================================================================
# Function to display user instructions
Join Now For Answers & Help!!!
#========================================================================================================================================
# Function to populate testGrades array with data using a FOR loop
Join Now For Answers & Help!!!
Join Now For Answers & Help!!!
#========================================================================================================================================
# Function to display an UNSORTED LIST of testGrades's
def writeTestGradesList (count, testGrades, numtestGrades):
Join Now For Answers & Help!!!
#========================================================================================================================================
# Search for a specific testGrades in array / list and count how many times it occurs
def searchtestGradesList(numtestGrades, targetCount, targettestGrades):
Join Now For Answers & Help!!!
Join Now For Answers & Help!!!
#========================================================================================================================================
# Function to display a specific testGrades in the list and count how many times it occurs
def writeSearchResults():
Join Now For Answers & Help!!!
#========================================================================================================================================
# Function to determine the minimum (lowest testGrades)
def determineMinimumtestGrades(testGrades):
Join Now For Answers & Help!!!        
#========================================================================================================================================
# Function to determine the maximum (highest testGrades)
def determineMaximumtestGrades(testGrades):
Join Now For Answers & Help!!!
#========================================================================================================================================
def calculateAveragetestGrades(testGrades):
    # use built in functions sum len to calculate average
Join Now For Answers & Help!!!
#========================================================================================================================================
# function to display programmer information
def writeProgrammerInformation():
Join Now For Answers & Help!!!
#=====================================================================================================================
# Function to create a file to write the result to an external file in note pad
Join Now For Answers & Help!!!
#========================================================================================================================================
# Main Program
#========================================================================================================================================                  
# initialize variables and array
Join Now For Answers & Help!!!
 
# heading for unsorted list
Join Now For Answers & Help!!!
 
writeTestGradesList(count, testGrades, numtestGrades);            # Call function displays a list of testGradess
 
Join Now For Answers & Help!!!
#========================================================================================================================================
testGrades.sort();                                   # Call built in sort function
 
Join Now For Answers & Help!!!
#========================================================================================================================================
# END PROGRAM

#=================================================================================================================================
# Programmer  : Join Now For Answers & Help!!!
# Program Name: Enter Assignment # here - Creating and manipulating a list of testGradess (WHILE LOOP Version)
Join Now For Answers & Help!!!
#=================================================================================================================================
# Function to display instructions for the user
Join Now For Answers & Help!!!;
   
#=================================================================================================================================
# Function to Populate testGrades array with data using a while / loop
Join Now For Answers & Help!!!
Join Now For Answers & Help!!!
   
#=================================================================================================================================
# Function to Display an Unsorted list of testGrades's
Join Now For Answers & Help!!!
 
#=================================================================================================================================   
# Search for a specific testGrades in the list and count how many times it occurs.
#
def searchtestGradesList(numtestGrades, targetCount, targettestGrades):   
Join Now For Answers & Help!!!          
Join Now For Answers & Help!!!
       
#=================================================================================================================================
# Function to Display a specific testGrades in the list and count how many times it occurs.
Join Now For Answers & Help!!!
   
#=================================================================================================================================
# Function to determine the minimum or lowest testGrades
def determineMinimumtestGrades(testGrades):
Join Now For Answers & Help!!!n
   
#=================================================================================================================================
# Function to determine the minimum or lowest testGrades
def determineMaximumtestGrades(testGrades):
Join Now For Answers & Help!!!
   
#=================================================================================================================================
def calculateAveragetestGrades(testGrades):
Join Now For Answers & Help!!!
#=================================================================================================================================
 
#Function to Display the Programmer information
def writeProgrammerInformation():
Join Now For Answers & Help!!!
#=================================================================================================================================
# Function to create a file to write the result to an external file in note pad
# open or create the external file
Join Now For Answers & Help!!!
#=================================================================================================================================
# Main Program
#=================================================================================================================================
# initialize variables and array  
Join Now For Answers & Help!!!t
Join Now For Answers & Help!!!
 
Join Now For Answers & Help!!!
 
Join Now For Answers & Help!!!
 
# Heading for sorted list
Join Now For Answers & Help!!!
outFile.write("\n");
 
testGrades.sort();                             # Call built in sort function
Join Now For Answers & Help!!!

outFile.close();
#=================================================================================================================================
# End Program


Exam  1     2     3     4     5     6     7    8     9    10     Midterm   1    2     Final Exam  1   2
Graded Program Assignment   
1   2    3    4    5    6    7    8    9           Python Compiler


Home
Accounting & Finance Business
Computer Science General Studies Math Sciences
Civics Exam
Everything Else
Help & Support
Join/Cancel
Contact Us
 Login / Log Out