Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
wyliczenie 1 dnia tygodnia
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { DateTime d = DateTime.Today.AddDays(-7); Console.WriteLine(d.AddDays(-(int)d.DayOfWeek+1)); Console.WriteLine(d.AddDays(7-(int)d.DayOfWeek)); } } }
run
|
edit
|
history
|
help
0
deletevowels
Dungeon Game
Using System.Reflection to find Property Name and Value of any Generic class
Determine if a string has all unique characters.
custom stack Implementation
Group by Example
Write a program to count the occurrence of each distinct item in the array?
Array 10th grade
a5
EvenOdd