Severity: Warning
Message: fopen(/home/answnniz/solutionspile.com/system/sessions/ci_sessionedd94e1d265e82e01b9302e76c1793e4f6cc51e2): failed to open stream: Disk quota exceeded
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/answnniz/solutionspile.com/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
QUESTION 1 Write the output for the C# program shown in Figure 1. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace midtermmay2024 { internal class Program { static void Main(string[] args) { Console.WriteLine("#\t#\t#\t#\t#"); Console.WriteLine("Dear Ms Anizah, "); Console.WriteLine("We will have an online meeting on Thursday."); Console.WriteLine("My team and I plan to present our proposed work."); Console.WriteLine("Thus, are you available on Thursday at 11AM?"); Console.WriteLine("Awaiting your response."); } } } Figure 1 QUESTION 2 a) State TWO (2) math class methods. b) Write C# code snippet for the following instructions: i) The program should accept an input from user. The power operation should be performed on the user input by applying Math. Pow. Display the result when the user input is power of 2 . ii) The program needs to accept two values from users. The values should be compared to identify the minimum value by applying the related math class method. Display the minimum value as a result. (14 marks) Plz answer this question ASAP i really need it thank you so much for help me.