asked 28.1k views
4 votes
Write the definition of a static method named issorted that receives two arguments

asked
User Laura
by
8.1k points

1 Answer

4 votes
depending on the programming language, this is C#:

static bool issorted(string arg1, string arg2)
answered
User Hsivonen
by
8.3k points