answersLogoWhite

0

Answer

You're better off using a program like Visual Basic or C++ to do that. QBasic doesn't have very many capabilities.


AnswerQBasic is quite capable. It is certainly capable of solving a magic squares problem.
User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you write Square program using vb?

write a vb program to find the magic square


How do you write a program to find out the square and cube of first ten natural numbers in gw basic?

First you will need to have some basic programming knowledge. You can use this to help make the program that is needed.


Write C program using functions to simulate a Calculator with the basic functions - square root and reciprocal?

trytytytytytytytytrf 6 bcvvtgujhy6


How do you write a standard basic program?

That really depends on what sort of program you are trying to build, what do you want the program to do?


How do you write BASIC program to accept variables?

dim a input a


Write a program that input a positive integer and prints a triangle using for loop?

write a program that reads in the size of the side of square and then pints a hollow square of that size out of asterisks and blanks?


Write a c program to accept a numbers and generate square root cube and exponential values?

write a c program to accept a number and generate a square root cube and exponential values


A c program to square matrix?

A C program to square matrix is a math problem. In the math problem you write down all the outer boundary values of matrix in a circle, then write down the inner value.


Write a program in qbasic to make a hut using print statemant?

a triangle then a square :)


How do you write a java program to find the square root of a number?

You can use the Math.sqrt() method.


How do you write a program in visual foxpro?

Same with other Visual Basic program, programming in FoxPro will require you to have the right syntax.


How do you write a c program to find square of a no using call by value?

int square (int N) return N*N;