Question: WANT IT IN C# PLEASE !!!!!! Lab3 objectives - This program lab lets students to design and implement a program that can detect and/or correct

WANT IT IN C# PLEASE !!!!!!
Lab3 objectives - This program lab lets students to design and implement a program that can detect and/or correct (1 bit) errors using Hamming code. Students can program it either using Python, C#, Java, C++. Lab description - Refer to the screen shot below for program description and requirement. Lab2-Hamming Code OX Enter number of data bits - M: 7 The number of check bits - R: 4 Sender Receiver Received Data Bits Enter Data Bits 100 1000 Get Check Bits Get Error Check Bits PP1 POO 1 POOO b1 b2 b3 b4 b5 b6 b7 58 59 610 611 Check Bits 1010 p8 p4 p2 p1 Get Hamming Code Correct Error Hamming Code 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 Corrected Hamming Code 0 0 1 1 0 0 1 0 0 0 0 Send Received Data 10 0 1 0 0 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
