This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| namespace lab6 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| var loc = new Location(-63.23562, -100, 6990); | |
| loc.PrintLocation(false); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| namespace ConsoleApp1 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| string row = "row123EWER3!![;$%,&"; | |
| var numbers = new char[0]; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| namespace Vsharp | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| int[] first = { 1, 2, 3, 4 }; | |
| int[] second = { 4, 5, 6, 7 }; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using System.Collections.Generic; | |
| using System.Text; | |
| namespace Lab5 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | 
NewerOlder