I am trying to write a program that prompts for 5 signed integers that need to be put into an array. and then I have to do a 4th degree polynomial. The array stores a,b,c,d,e and there is a seperate x value. Can someone help please?

Recommended Answers

All 3 Replies

Maybe. What OS? Which Assembler?

"Do you want fries with that?"

my OS is windows 7. I am using DosBox 0.72 to assemble and run the programs. and using Notepad to write my programs.

That is all great, so since you didn't meantion what Assembler, I will give you code that you could assemble with say YASM.

DOSBox? That means 16 bit code. Why oh why on earth do you want to use that? That is DEAD, let it rest in peace!! Learn 32bit code!!!!

Do you have any idea how it should be implemented or you just didn't pay attention in class?

You say you are "trying" to write a program, this means you have started coding and are stuck? Show us the code you have so far.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.