+ All Categories
Home > Documents > Examples of Code Giovanna E Moraflores

Examples of Code Giovanna E Moraflores

Date post: 18-Jul-2015
Category:
Upload: giovanna-e-moraflores
View: 31 times
Download: 2 times
Share this document with a friend
Popular Tags:
23
Examples of Code: Giovanna E. Moraflores 1 Examples of Code By Giovanna E. Moraflores November 20, 2014 The following is a collection of codes in the languages of Python, Visual Basic, and Java created for (Fall 2014-1) COP1000: Intro to Computer Program 170 (12454), Florida SouthWestern State College. The programs in Python were created using Python 2.7.8 IDLE, the code and GUI for the Visual Basic programs were created using Microsoft Visual Studio Professional 2013, and the Java programs were created using Programmr.com. The Python program examples are connected by a menu for user convenience.
Transcript

Examples of Code: Giovanna E. Moraflores 1

Examples of Code

By Giovanna E. Moraflores

November 20, 2014

The following is a collection of codes in the languages of Python, Visual Basic, and Java

created for (Fall 2014-1) COP1000: Intro to Computer Program 170 (12454), Florida

SouthWestern State College. The programs in Python were created using Python 2.7.8 IDLE, the

code and GUI for the Visual Basic programs were created using Microsoft Visual Studio

Professional 2013, and the Java programs were created using Programmr.com. The Python

program examples are connected by a menu for user convenience.

Examples of Code: Giovanna E. Moraflores 2

Examples of Code: Giovanna E. Moraflores 3

Examples of Code: Giovanna E. Moraflores 4

Examples of Code: Giovanna E. Moraflores 5

Examples of Code: Giovanna E. Moraflores 6

Examples of Code: Giovanna E. Moraflores 7

Examples of Code: Giovanna E. Moraflores 8

Examples of Code: Giovanna E. Moraflores 9

Examples of Code: Giovanna E. Moraflores 10

Examples of Code: Giovanna E. Moraflores 11

Examples of Code: Giovanna E. Moraflores 12

Examples of Code: Giovanna E. Moraflores 13

Examples of Code: Giovanna E. Moraflores 14

Examples of Code: Giovanna E. Moraflores 15

Part 1: Starting Screen

Examples of Code: Giovanna E. Moraflores 16

Part 2: Input added (Class C input incorrect) and request for correct input is displayed

Examples of Code: Giovanna E. Moraflores 17

Part 3: Helpful information is displayed

Examples of Code: Giovanna E. Moraflores 18

Part 4: Correct input is given and result is displayed

Examples of Code: Giovanna E. Moraflores 19

Part 5: Technical information displayed

Examples of Code: Giovanna E. Moraflores 20

Part 1: Starting Screen

Examples of Code: Giovanna E. Moraflores 21

Part 2: Input added (test 1 input incorrect) and request for correct input is displayed

Part 3: Correct input is given and result is displayed

Examples of Code: Giovanna E. Moraflores 22

Examples of Code: Giovanna E. Moraflores 23


Recommended