Home flowchart Algorithm and Flowchart for Boxing and Unboxing concept. Algorithm and Flowchart for Boxing and Unboxing concept. Author - SachiKom.com January 21, 2021 0 Algorithm for Program in C# to demonstrate Boxing and Unboxing concept.step 1: Start Step 2: Declare n=10, object o, mstep 3: Process o = nstep 4: Print "After boxing o"step 5: Process m = (int) ostep 6: Print "After Un-boxing m"step 7: Stop Flowchart for Program in C# to demonstrate Boxing and Unboxing concept. Tags AlgorithmsC#flowchart Facebook Twitter Whatsapp Newer Older