Links to versions of Add3 in multiple languages


The repository for this site is at: https://github.com/bwattle/Add3_JS-Pas-Py-VB-VBA

A Visual Studio (VS) ZIP file, prior to the GitHub upload, is at: Release v1.00

This page is deliberately simple to minimise the CSS. Students can modify it an whatever way that want to.



 

JS

Py

Pascal

VB

VBA
Access

VBA
Excel

Version Features

Code Add3-master.html Add3-master.py Add3-master.pas VB-master/Add3.vb Add3acc-master.accdb Add3exc-master.xlsm MASTER - all changes will be made in these files and copied to create the versions below.
Code Add3-v101-concat.html Add3-v101-Concat.py Add3-v101-concat.pas VB-v101-Concat/Add3.vb Add3acc-v101-concat.accdb Add3exc-v101-concat.xlsm v1.01 This initial version concatenates instead of adding - in most cases the numbers are entered as text instead of being converted to integers.
Exe 1.01 1.01 1.01 1.01 1.01 1.01
Code             v1.02 In this version, the numbers are converted to integers, so the addition works. Multiplication is added, as is a string statement to learn the tricks of concatenation.
Exe 1.01 1.01 1.01 1.01 1.01 1.01
Code              
Exe
Code              
Exe