If you could create 2 different files it would be great just

If you could create 2 different files it would be great just mention on the top which one is regular assignment and which one is extra credit.
CSC201 Assignment A1 (50 pts) Write an assembler program that displays a certificate exactly like the one below: ***kkXE This Certifies that Iman A. Student has mastered Input/Output * in Assembly Language Grade: Today\'s date: mm/dd/yyyy where: . there are 30 asterisks across (with spaces in between), 5 on sides the columns of asterisks on each side are aligned text is centered * there are no literals in the code (i.e. no literal*, in·CODE.) o use only named symbolic constants or variables (in .DATA.) o It should be hard-coded in .DATA, don\'t get it from the user o use exactly the following prompt: Instead of Iman A. Student, display your name Prompt the user for the letter grade (a character) Please enter the letter grade o Instead of? on the Grade line, display the letter the user entered . Retrieve the system date using a macro o Display the system date instead of mm/dd/yyyy in this exact format .all other data should be hard-coded in .DATA (not entered by user) the program uses macros and calls functions whenever possible o use only macros and functions shown in Chapter 3 You must use the macros in Chapter 3 instead of assembler code previously used.use only code that is covered in Chapters 1-3 (i.e. no jumps/loops or branching/if statements!) Extra Credit on the next page!

Solution

using System; using System.Security.Cryptography.X509Certificates; public class Example { public static void Main() { foreach (var storeValue in Enum.GetValues(typeof(StoreName))) { X509Store store = new X509Store((StoreName) storeValue); store.Open(OpenFlags.ReadOnly); Console.WriteLine(store.Name); } } }
If you could create 2 different files it would be great just mention on the top which one is regular assignment and which one is extra credit. CSC201 Assignment

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site