From 59b248f41997cc3e6db41aeb9240905b2ab06ed9 Mon Sep 17 00:00:00 2001 From: John Paul Wohlscheid Date: Tue, 25 May 2021 06:51:35 -0400 Subject: [PATCH] added more code --- FT-1.bas | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/FT-1.bas b/FT-1.bas index 72710c1..655802b 100644 --- a/FT-1.bas +++ b/FT-1.bas @@ -32,4 +32,15 @@ print "Welcome to FT/1" print "The most advanced fortune telling appliction available." print print "However, we coonte garuntee that the results of the appliction." -print "(Discalimer added due tolawsuit)" \ No newline at end of file +print "(Discalimer added due tolawsuit)" +print +print +print "Before we begin, please answer a few questions." +print +print +print +color 3; input "What is your frist name? ", fname$ +print +print +input "What is your last name? ", coconutcreampie +cls