Computers & Internet Logo

Related Topics:

Q
Qhoboshiyane Isibabale Posted on Apr 20, 2017
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Write an algorithm for finding odd numbers to 100

3 Answers

Alex Brown

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

New Friend:

An expert that has 1 follower.

Hot-Shot:

An expert who has answered 20 questions.

  • Expert 31 Answers
  • Posted on Oct 13, 2017
Alex Brown
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

New Friend:

An expert that has 1 follower.

Hot-Shot:

An expert who has answered 20 questions.

Joined: Sep 01, 2017
Answers
31
Questions
3
Helped
3029
Points
161

I never been good at it

Tony Shpek

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Habit-Forming:

Visited the website for 3 consecutive days.

New Friend:

An expert that has 1 follower.

  • Expert 28 Answers
  • Posted on Oct 11, 2017
Tony Shpek
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Habit-Forming:

Visited the website for 3 consecutive days.

New Friend:

An expert that has 1 follower.

Joined: Sep 01, 2017
Answers
28
Questions
2
Helped
1711
Points
170

You know, I'm taking Algorithms this year, and we just started linear and binary searches. I have nearly broken down in tears from trying to comprehend and hand my assignment in on time this week. But I failed to accomplish this task by myself. I had to use a third-party service - Professional Algorithms Homework Assistance

Ad

Lisa Lannom

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Passionate:

Visited the website for 10 consecutive days.

Habit-Forming:

Visited the website for 3 consecutive days.

  • Expert 32 Answers
  • Posted on Apr 20, 2017
Lisa Lannom
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Passionate:

Visited the website for 10 consecutive days.

Habit-Forming:

Visited the website for 3 consecutive days.

Joined: Mar 21, 2015
Answers
32
Questions
1
Helped
11742
Points
104

It sounds like this is a homework question. As such, my friend, my advice would be to research algorithms and formulas to discover the answer to your question.

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Write a program to print all the odd numbers from 1 to 100.

The following RPL program will display all the odd numbers from 1 to 100:

<< 1 99 FOR I I 1 DISP 2 STEP >>.
1helpful
1answer

What is the equation for finding pi?

Two algorithms were discovered in 1995 that opened up new avenues of research into pi. They are called spigot algorithms because, like water dripping from a spigot, they produce single digits of pi that are not reused after they are calculated. This is in contrast to infinite series or iterative algorithms, which retain and use all intermediate digits until the final result is produced.
American mathematicians Stan Wagon and Stanley Rabinowitz produced a simple spigot algorithm in 1995. Its speed is comparable to arctan algorithms, but not as fast as iterative algorithms. Another spigot algorithm, the BBP digit extraction algorithm, was discovered in 1995 by Simon Plouffe:



8a28ce7e-519c-4d78-951d-201e2b463f69.jpg
1helpful
1answer

Can't get my 21 1 ir/uhf pro remote to work with dish network dvr 625

If you are attempting to program it to tv-2 on a 625 receiver it has to be set to a odd number for example number 7 instead of 2 or 6.
The reason for this is that the 625 receiver only supports band A frequencies for UHF and on a 21.x remote odd numbers are A band and even numbers are B band.
1helpful
2answers

Desktop is full of duplicate files. How do I get rid of them?

you need to duplicate file finder software from where you can find all duplicate file from your desktop,just delete it by click secure delete after find all duplicate files.
0helpful
1answer

In all list of 100 integers. count all even numbers and all odd numbers and display results

The even numbers from 1 to 100 are:
2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,
54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100

The odd numbers from 1 to 100 are:
1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29,
31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59
61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89,
91, 93, 95, 97, 99
Please let me know if it helped by selecting YES. Thank you for choosing FixYa! Your rating will help me succeed and continuously help a lot people.
0helpful
1answer

Use 3 odd numbers to make 100?

Three odd numbers can never equal 100 Three odd numbers added together always equal and odd answer
3helpful
1answer

Question 1: Find out the reasons those have made the UNIX an amazingly successful operating system. What are the Features on existing UNIX based operating systems like Linux Red Hat, Fedora and Ubantu...

Question 4: Consider the following set of processes that arrive in the ready queue at the same time:

Process CPU time

P1 2

P2 1

P3 4

P4 3

P5 1

P6 2



Consider the following scheduling algorithms: FCFS, SJF and Round Robin (quantum = 1)

(i) What is turnaround time of each process for each of the above

scheduling algorithms?

(ii) What is the waiting time of each process for each of the above

algorithms?

0helpful
2answers

How many miles per gallon does my pontiac get?

Fill the gas tank till the filler nozzle clicks

Zero the trip meter

Drive the car for say 100 miles

Fill up the tank again until the nozzle goes click again

Take a note of the number of gallons you put in divide that number into 100

So 5 gallons divided into 100 will tell you that the car is doing 20 mpg

if you have added 4 Gallons and 3 pints then divide the 100 by 4.40 which gives you 22.73mpg
0helpful
1answer

Generate prime nos upto n

Just do a search for Sieve of Eratosthenes to find an efficient algorithm for finding prime numbers. You can probably find source code in multiple languages for this purpose as well.
Not finding what you are looking for?

111 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...