Difference between revisions of "Manuals/calci/z3console"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
=='''EXAMPLE'''== | =='''EXAMPLE'''== | ||
− | '''Sum of two Numbers''' | + | '''Sum of two Numbers'''<br> |
a. Open '''test1.z3''' file using Notepad.<br> | a. Open '''test1.z3''' file using Notepad.<br> | ||
b. Write the following program into it and save the file as shown below:<br> | b. Write the following program into it and save the file as shown below:<br> |
Revision as of 03:42, 21 September 2017
z3console
Description
- INSTALLATION
- EXAMPLE
STEPS TO INSTALL Z3CONSOLE
1. Create a folder "z3" in the local drive C.
DOWNLOAD FILE
2. Download z3compiler from http://downloads.zcubes.com/zconsole/z3compiler.zip.
3. Extract the files into the same folder z3.
INSTALL AND RUN z3 FILE
4. Open a new text document.
5. Save the file using the extension .z3 into the same directory(z3).
For example test1.z3.
6. Open Command Prompt and go to root C.
7. Run this program as z3compiler.exe test1.z3 as shown below.
EXAMPLE
Sum of two Numbers
a. Open test1.z3 file using Notepad.
b. Write the following program into it and save the file as shown below:
c. Open Command Prompt and go to root C.
d. Run this program as z3compiler.exe test1.z3 as shown below.