Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ getData
Method
getData
Programs/areaRect.java:5–8 ·
view source on GitHub ↗
(int m, int n)
Source
from the content-addressed store, hash-verified
3
class
Rectangle {
4
public
int
l, b;
5
public
void
getData(
int
m,
int
n) {
6
l = m;
7
b = n;
8
}
9
public
int
calcArea() {
10
int
area = l * b;
11
return
area;
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected