Skip to content

a=3 b=2.6 ,add,minut multi and franction #1

@jsrhwyf

Description

@jsrhwyf

package zuoye1;

public class zuoye11{
public static void main(String []args) {

int a=3;
double b=2.6;
System.out.println(a*b);
System.out.println(2*a+2*b);

}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions