Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello, I am taking a programming class and just having a rough time I guess. I have to resubmit this assignment but I cannot figure

Hello, I am taking a programming class and just having a rough time I guess. I have to resubmit this assignment but I cannot figure out how to implement the documentation

the instructor gave this template below and so I am pretty sure I got the programming part down, I just have no idea what he is looking for in regards to this documentation.

any help would be great because I just am not getting it at all.

#------------------------------------------------------------------------

# Program Name:

# Program Objective:

# Logic used: (Expressed as pseudocode or just plain English).

# Program Inputs:

# Program Outputs:

#------------------------------------------------------------------------

the assignment was this ( I have this done, I just need an example on how to implement documentation - if you want to see my answer to the below let me know please)

Assignment Instructions

  1. WRITE THE Python program that performs the following tasks:
  2. Read from the console an arbitrary string S of length less than 50 characters.
  3. In the first output line, printTrueifShas anyalphanumeric characters. Otherwise, printFalse.
  4. In the second line, printTrueifShas anyalphabetical characters. Otherwise, printFalse.
  5. In the third line, printTrueifShas anydigits. Otherwise, printFalse.
  6. In the fourth line, printTrueifShas anylowercase characters. Otherwise, printFalse.
  7. In the fifth line, printTrueifShas anyuppercase characters. Otherwise, printFalse.
  8. Develop Python code that implements the program requirements.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Programming questions

Question

What are the similarities and differences in stocks and bonds?

Answered: 1 week ago