Skip to content
homework-bot edited this page Sep 14, 2022 · 11 revisions
Author: rbeber
Branch: example-task
Commit: 7dbb6b20ae36b58213b91a279c5ea1e67b982bd8

Test results

Homework Name Task Name Test Name Result
Example homework Example task Ls output test
Copy of the example (fill me) Ls output test
Homework 1 Print hello world Build succeeded
Output is correct
Homework 2 Fortune teller Build succeeded
Fortune telling checks out for you in spring
Fortune telling checks out for me in autumn

Encountered errors

Homework 2 | Fortune teller | Fortune telling checks out for you in spring

stderr

Given input: ''
Your output 'Welcome to the fortune teller program! 
Please enter your name:
Please enter the time of year when you were born: 
(pick from 'spring', 'summer', 'autumn', 'winter')
Please enter an adjective:
Please enter another adjective:


Here is your description:
You, the clever STL guru that eats UB for breakfast'
Expected output: 'Welcome to the fortune teller program!
Please enter your name:
Please enter the time of year when you were born:
(pick from 'spring', 'summer', 'autumn', 'winter')
Please enter an adjective:
Please enter another adjective:

Here is your description:
You, the clever STL guru that eats UB for breakfast'

stdout

Welcome to the fortune teller program! 
Please enter your name:
Please enter the time of year when you were born: 
(pick from 'spring', 'summer', 'autumn', 'winter')
Please enter an adjective:
Please enter another adjective:


Here is your description:
You, the clever STL guru that eats UB for breakfast


Homework 2 | Fortune teller | Fortune telling checks out for me in autumn

stderr

Given input: ''
Your output 'Welcome to the fortune teller program! 
Please enter your name:
Please enter the time of year when you were born: 
(pick from 'spring', 'summer', 'autumn', 'winter')
Please enter an adjective:
Please enter another adjective:


Here is your description:
I, the clever coding beast that finds errors quicker than the compiler'
Expected output: 'Welcome to the fortune teller program!
Please enter your name:
Please enter the time of year when you were born:
(pick from 'spring', 'summer', 'autumn', 'winter')
Please enter an adjective:
Please enter another adjective:

Here is your description:
I, the clever coding beast that finds errors quicker than the compiler'

stdout

Welcome to the fortune teller program! 
Please enter your name:
Please enter the time of year when you were born: 
(pick from 'spring', 'summer', 'autumn', 'winter')
Please enter an adjective:
Please enter another adjective:


Here is your description:
I, the clever coding beast that finds errors quicker than the compiler



With ❤️ from Homework Bot 🤖

Clone this wiki locally