asked 53.3k views
23 votes
What is the ratio of students who dance to total number of students 35,27,43,33,26

1 Answer

10 votes

Answer:

The true statements are :

A. assertEquals(student1,student2)

C. assertSame(student1,student3)

Step-by-step explanation:

AssertEquals() asserts that the objects are equal, but assertSame() asserts that the passed two objects refer to the same object or not, if found same they return true, else return false.

i hope this work for you

answered
User Cbt
by
8.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.