Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string s = Console.ReadLine();
- string a = Console.ReadLine();
- if (a.IndexOf(s) >= 0)
- {
- Console.WriteLine("Знакът \'" + s + "\' e на позиция " + (a.IndexOf(s) + 1) + " " + a.Remove(0, a.IndexOf(s)));
- }
- else
- Console.WriteLine("simvola ne se sadurja");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement