For this final assignment, you will use Qt to create a GUI version of the templated LinkedList you made for assignment 9.
You may design your window as you wish, but it needs to have the minimum functionality:
explain the three principal recognition processes by
providing appropriate diagram and examples to explain your answer.
Digit 9
You are given
The first line of input is an integer
In the given example,
N = 4.So, the output should be
* * * *
* *
* *
* * * *
*
*
* * * *
Sample Input 1
4
Sample Output 1
* * * *
* *
* *
* * * *
*
*
* * * *
Weather condition
This Program name is Weather condition. Write a Python program to Weather condition, it has two test cases
The below link contains Weather condition question, explanation and test cases
https://drive.google.com/file/d/1scnLsEZFIGuWVs7r50zUIoPOl0UWzOJ0/view?usp=sharing
We need exact output when the code was run
Leap Year
This Program name is Leap Year. Write a Python program to Leap Year, it has two test cases
The below link contains Leap Year question, explanation and test cases
https://drive.google.com/file/d/1OxFAPhxSfay0CussSEZ_OmW78GAHhOvk/view?usp=sharing
We need exact output when the code was run
Profit or Loss
This Program name is Profit or Loss. Write a Python program to Profit or Loss, it has two test cases
The below link contains Profit or Loss question, explanation and test cases
https://drive.google.com/file/d/1D4lHuphIlZv7hGzq0mY8Y0-p892RyZFW/view?usp=sharing
We need exact output when the code was run
Relation between two numbers 2
This Program name is Relation between two numbers 2. Write a Python program to Relation between two numbers 2, it has two test cases
The below link contains Relation between two numbers 2 question, explanation and test cases
https://drive.google.com/file/d/1KhAb8euuuqtqoHSP0zqRb9Mojcj-iAx_/view?usp=sharing
We need exact output when the code was run
Day Name
This Program name is Day Name. Write a Python program to Day Name, it has two test cases
The below link contains Day Name question, explanation and test cases
https://drive.google.com/file/d/1S-OaOLA16zDWLo8MVkcc22Q30kLxaz3H/view?usp=sharing
We need exact output when the code was run
You are requested by a SuperStore (Spar) in Soshanguve to calculate it’s earning for the week (the store opens the entire week) and determine the day with the highest and lowest earnings. The Store comprises of two sections namely the Food section and the Liquor store. Your C++ program should prompt the total sales for each section for each day and store the total sales for the day into an array. At the end of the week It should display a report for Management for the total sales for that week, the day the lowest sales and the day with the highest sales were recorded.