Write a program to find all numbers between 24 and 1337 (both included) that are divisible by 2, but are not multiples of 9. The result obtained should be printed in a list called my_numbers.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 4GZ
icon
Related questions
Question
Lab Exercises:
Write a program to find all numbers between 24 and 1337 (both included) that are
divisible by 2, but are not multiples of 9. The result obtained should be printed in a list
called my_numbers.
1.
Write a program that will act as a calculator. The user will input the whole equation in
this form " 5+5 " and the program needs to calculate the answer. The allowed operators
are "+ - */ %"
2.
3.
Write a program that asks the user for a word, the program needs to print if the word is
a palindrome or not.
Note: Palindrome is a word, phrase, or sequence that reads the same backwards as forwards, e.g.
madam
Write a program that takes a list of numbers(separated by comma) from the user E.g.
[1,2,1,4,1] and creates a similar dictionary to this:
4.
{
"1":{
"Location":0, 2, 4,
"Number of Occ":3
).
"2":{
"Location":1,
"Number of Oc":1
).
"4":{
"Location":3,
"Number of Oc":1
}
Transcribed Image Text:Lab Exercises: Write a program to find all numbers between 24 and 1337 (both included) that are divisible by 2, but are not multiples of 9. The result obtained should be printed in a list called my_numbers. 1. Write a program that will act as a calculator. The user will input the whole equation in this form " 5+5 " and the program needs to calculate the answer. The allowed operators are "+ - */ %" 2. 3. Write a program that asks the user for a word, the program needs to print if the word is a palindrome or not. Note: Palindrome is a word, phrase, or sequence that reads the same backwards as forwards, e.g. madam Write a program that takes a list of numbers(separated by comma) from the user E.g. [1,2,1,4,1] and creates a similar dictionary to this: 4. { "1":{ "Location":0, 2, 4, "Number of Occ":3 ). "2":{ "Location":1, "Number of Oc":1 ). "4":{ "Location":3, "Number of Oc":1 }
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Time complexity
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage