Question: Using the windows32 or windows64 framework, write and complete 80x86 assembly language program will use a dialog box to prompt for an integer n, compute

Using the windows32 or windows64 framework, write and complete 80x86 assembly language program will use a dialog box to prompt for an integer n, compute the sum of the integers from 1 to n and use a message box to display the sum. By the way this is the third time..(3rd time is the charm lol)

I need code like this: (Assembly) INCLUDE io.h 
 
.DATA 
grade1 DWORD ? 
grade2 DWORD ? 
grade3 DWORD ? 
grade4 DWORD ? 
final DWORD ? 
prompt1 BYTE "Grade 1?", 0 
prompt2 BYTE "Grade 2?", 0 
prompt3 BYTE "Grade 3?", 0 
prompt4 BYTE "Grade 4?", 0 
promptF BYTE "Final?", 0 

Not like this: (Java I guess)

import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.ArrayList; import java.util.List; import javax.swing.JOptionPane; public class SortingAlgorithm { private static final String CREATE_DB = "CREATE DATABASE sorting"; private static final String DROP_DB = "DROP DATABASE sorting"; private static final String CREATE_TABLE = "CREATE TABLE sorting.sorting ( num double not null )";

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!