logo Use CA10RAM to get 10%* Discount.
Order Nowlogo
(5/5)

Factoring of integers. Write a program that asks the user for an integer and then prints out all its factors. For example, when the user enters 150, the program should print.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS
  1. (20 points) Factoring of integers. Write a program that asks the user for an integer and then prints out all its factors. For example, when the user enters 150, the program should print
  1. 2
  2. 3
  3. 5
  4. 5

You need to check user's input first to make sure it is an integer.

  1. (20 points) The Drunkard’s Walk. A drunkard in a grid of streets randomly picks one of four directions and stumbles to the next intersection, then again randomly picks one of four directions, and so on. You might think that on average the drunkard doesn’t move very far because the choices cancel each other out, but that is actually not the case.

Write a function to calculate the Manhattan distance after n intersections.

  1. (10 points) Use Turtle to draw the drunkard's walk in #3.
  2. (20 points) Find out how many words in the text file, drunkard_words.txt, are good words.

A good word should:

    1. contain at least three vowels (aeiou only).
    2. contain at least one letter that occurs twice in a row.
    3. not contain any of the disallowed strings even if they are part of above requirements. The disallowed strings are ab, cd and xy,
  1. (10 points) Find out how many words in the text file, drunkard_words.txt, are awesome words.

A awesome word should:

    1. contain a combination of any two adjacent letters that occurs at least twice in the same word without overlapping. For example, abcdefgab is awesome (because ab appears twice), but zzz is not.
    2. contain at least a xyx-type substring. For example: aba, abcdefegh (because of efe), or even zzz.
(5/5)
Attachments:

Related Questions

. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C

DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma

. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an

Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t

. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual

Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th

. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Atharva PatilComputer science

644 Answers

Hire Me
expert
Chrisantus MakokhaComputer science

674 Answers

Hire Me
expert
AyooluwaEducation

982 Answers

Hire Me
expert
RIZWANAMathematics

961 Answers

Hire Me

Get Free Quote!

284 Experts Online