Step 1: Recall when implication is false.
\[
P\Rightarrow Q \text{ is false only when } P=T \text{ and } Q=F
\]
So we must have:
\[
p=T
\]
and
\[
(\sim p\vee q)=F
\]
Step 2: Make \((\sim p\vee q)\) false.
OR statement is false only if both parts are false:
\[
\sim p = F \quad \text{and} \quad q=F
\]
Step 3: \(\sim p = F\Rightarrow p=T\).
So:
\[
p=T,\quad q=F
\]
Final Answer:
\[
\boxed{(T,F)}
\]